Mail

Using Mail object you are able to send e-mail massages with various fields. In every method you have to use NotificationID obtained as result of CreateMailNotification method of the Session.
 Samples

VB.NET Sample | C# Sample
 Methods

Send

Send mail message

SetFrom

Sets the e-mail address of the sender

SetTo

Sets the e-mail address of the recipient

SetCc

Sets a semicolon-delimited list of e-mail addresses that receive a carbon copy (CC) of the e-mail message

SetBcc

Sets a semicolon-delimited list of email addresses that receive a blind carbon copy (BCC) of the e-mail message.

SetFormat

Sets the content type of the body of the e-mail message

SetSearchString

Set indentification string for further notification searchings in history log

SetSubject

Set Subject

SetBody

Sets the body of the e-mail message

GetFrom

Gets the e-mail address of the sender

GetTo

Gets the e-mail address of the recipient

GetCc

Gets a semicolon-delimited list of e-mail addresses that receive a carbon copy (CC) of the e-mail message

GetBcc

Gets a semicolon-delimited list of email addresses that receive a blind carbon copy (BCC) of the e-mail message

GetFormat

Gets the content type of the body of the e-mail message

GetSearchString

Get indentification string for further notification searchings in history log

GetSubject

Get Subject

GetBody

Gets the body of the e-mail message

Release

Release Mail Notification object on server