Message
Capabilities
Attachments
Properties
- Message.BCCList: Retrieves the array of "BCC" (blind carbon copy) recipients for the message.
- Message.CCList: Retrieves the array of "CC" (carbon copy) recipients for the message.
- Message.Date: Gets or sets the message date. This property is optional. If not specified, the current date is used.
- Message.DeleteAfter: Gets or sets the date after which the message should be deleted. This property is optional.
- Message.Id: Gets or sets the message ID. Optional.
- Message.SendAfter: Gets or sets the date after which the message should be sent. This property is optional.
- Message.SendBefore: Gets or sets the date before which the message should be sent. This property is optional.
Content and Metadata
Recipients
- Message.ToList: Retrieves the array of "To" recipients for the message.
- Message.BCC: Adds a "BCC" (blind carbon copy) recipient to the message.
- Message.CC: Adds a "CC" (carbon copy) recipient to the message.
- Message.To: Adds a "To" recipient to the message.
Delivery and Serialization
- Message.Send: Saves a message to be sent asynchronously.
- Message.ToXml: Retrieves the serialized XML representation of the message.
Other