Click or drag to resize

MessagePrepareMessage Method

Prepares the message to be sent. This expands the template data set on this object into the template, creates the MailMessage object with the associated data. The message is ready to be sent at this point.

Namespace:  NetQuarry.Mail
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public MailMessage PrepareMessage()

Return Value

Type: MailMessage
The MailMessage object that can be sent using the Send method.
See Also