MailEventNotificationInfo.Message Property

Definition

Gets the email message that will be sent as the current message.

public:
 property System::Net::Mail::MailMessage ^ Message { System::Net::Mail::MailMessage ^ get(); };
public System.Net.Mail.MailMessage Message { get; }
member this.Message : System.Net.Mail.MailMessage
Public ReadOnly Property Message As MailMessage

Property Value

A MailMessage that specifies the email message to send.

Remarks

The MailMessage object provided by this property is complete except for the message body, which is the part the template creates. The template can modify the values of the MailMessage object, if appropriate.

Applies to