Dynamicweb 8 Documentation
Preview Method

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.
Syntax
'Declaration
 
Public Function Preview() As Dictionary(Of Integer,MailMessage)
public Dictionary<int,MailMessage> Preview()

Return Value

A list of ready-to-use System.Net.Mail.MailMessage objects.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

MessagingHandler Class
MessagingHandler Members

Send Feedback