Mail class

Mail class

Mail class.

The Mail type exposes the following members:

Constructors

Constructor Description
Mail() Initializes a new instance of Mail class.

Properties

Property Description
user_id Gets or sets the user identification.
created_date Gets or sets when message was created.
from_address Gets or sets who the message is from.
to Gets or sets who the message should be delivered to.
subject Gets or sets the subject of message (plain text, not HTML).
message_body Gets or sets the body of message, HTML-encoded or plain text.
include_images Gets or sets whether include images in the message body.
use_html True for HTML-formatted text. False for plain text.

See Also