Dynamicweb.EmailMessaging Namespace : MessagingHandler Class |
The following tables list the members exposed by MessagingHandler.
Name | Description | |
---|---|---|
MessagingHandler Constructor | Overloaded. |
Name | Description | |
---|---|---|
Preview | Saves the Message to the database, if possible. If save is successful, the Message and RecipientCollection are processed and merged to create a list of System.Net.Mail.MailMessage object to be used for Preview. This method does not start the process in a separate thread. | |
Process | Saves the Message to the database, if possible. If save is successful, the processing, merging and delivery of the Message and RecipientCollection is started in a separate thread. | |
ResumeProcess | Resumes the process. The RecipientCollection is fetched based on the unsent recipients in the database. This method ignores the RecipientCollection that was passed to the constructor, if one exists. |