Dynamicweb 8 Documentation
MessagingHandler Class Members
Methods 


The following tables list the members exposed by MessagingHandler.

Public Constructors
 NameDescription
Public ConstructorMessagingHandler ConstructorOverloaded.   
Top
Public Methods
 NameDescription
Public MethodPreviewSaves 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.  
Public MethodProcessSaves 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.  
Public MethodResumeProcessResumes 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.  
Top
See Also

Reference

MessagingHandler Class
Dynamicweb.EmailMessaging Namespace

Send Feedback