Mail class

Mail class

Mail class.

The Mail type exposes the following members:

Constructors

ConstructorDescription
Mail()Initializes a new instance of Mail class.

Properties

PropertyDescription
user_idGets or sets the user identification.
created_dateGets or sets when message was created.
from_addressGets or sets who the message is from.
toGets or sets who the message should be delivered to.
subjectGets or sets the subject of message (plain text, not HTML).
message_bodyGets or sets the body of message, HTML-encoded or plain text.
include_imagesGets or sets whether include images in the message body.
use_htmlTrue for HTML-formatted text. False for plain text.

See Also