Mail

Mail class

Mail class.

public class Mail

Constructors

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

Properties

Name Description
CreatedDate { get; set; } Gets or sets when message was created.
From { get; set; } Gets or sets who the message is from.
IncludeImages { get; set; } Gets or sets whether include images in the message body.
MessageBody { get; set; } Gets or sets the body of message, HTML-encoded or plain text.
Subject { get; set; } Gets or sets the subject of message (plain text, not HTML).
To { get; set; } Gets or sets who the message should be delivered to.
UseHtml { get; set; } True for HTML-formatted text. False for plain text.
UserId { get; set; } Gets or sets the user identification.

See Also