Skip to content

Update Email.cs#105

Closed
hanc2006 wants to merge 1 commit intoandrewdavey:masterfrom
hanc2006:patch-1
Closed

Update Email.cs#105
hanc2006 wants to merge 1 commit intoandrewdavey:masterfrom
hanc2006:patch-1

Conversation

@hanc2006
Copy link

More flexibility by sending a separate model. Useful when preparing a model and then send it to an external service like Hangfire.
The preparation of the model is done by the program, while the use is delegated to another service that must be able to reconstruct the model with data. I tried using the object Posta.Email, but the serialization fails for its complexity and class inheritance from DynamicObject.

More flexibility by sending a separate model. Useful when preparing a model and then send it to an external service like Hangfire.
The preparation of the model is done by the program, while the use is delegated to another service that must be able to reconstruct the model with data. I tried using the object Posta.Email, but the serialization fails for its complexity and class inheritance from DynamicObject.
@migig
Copy link

migig commented Feb 21, 2015

@hanc2006 See my similar problem and solution here.

What do you think? Does it work for you too?

@hanc2006 hanc2006 closed this by deleting the head repository Nov 14, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants