Mail

Using Mail object you are able to send e-mail massages with various fields.
 Samples

Java Sample
 Methods

Mail

Constructor

GetID

Gets ID of created object

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