virtual AlternateViews { get; } | Gets the collection of alternate views of message |
virtual AmpHtmlBody { get; set; } | Gets the AmpHtml representation of message’s body. |
virtual Attachments { get; } | Gets the collection of attachments of message |
virtual Bcc { get; set; } | Gets or sets the address collection that contains the BCC recipients of message |
virtual Body { get; set; } | Gets or sets the plain text representation of message’s body. If the text/plain part is present in a message, the propery returns its text data. Otherwise, property returns the text content of the HtmlBody property without html markup. |
virtual BodyEncoding { get; set; } | Gets or sets encoding of body |
BodyType { get; } | Gets the type of the body. |
virtual CC { get; set; } | Gets or sets the address collection that contains the CC recipients |
virtual Date { get; set; } | Gets or sets the date of message |
virtual DeliveryNotificationOptions { get; set; } | Gets or sets the delivery notifications |
Epilogue { get; set; } | Gets or sets an epilogue text. It is located after the last boundary. |
virtual From { get; set; } | Gets or sets the from address |
virtual Headers { get; } | Gets headers collection of message |
virtual HtmlBody { get; set; } | Gets or sets html body |
virtual IsBodyHtml { get; set; } | Gets or sets a value indicating whether the message body is in Html |
virtual IsDraft { get; set; } | Gets or sets value that indicates whether or not a message has been sent. |
virtual IsEncrypted { get; } | Gets a value indicating whether the message is encrypted. |
virtual IsReadOnly { get; } | Gets a value indicating whether the message is read only |
virtual IsSigned { get; } | Gets a value indicating whether the message is signed. |
virtual ItemId { get; } | Represents identification information about message in a mailbox. |
virtual LinkedResources { get; } | Gets the collection of linked resources of message |
virtual MessageId { get; set; } | Gets or sets the message id |
virtual OriginalIsTnef { get; } | Gets a value indicating whether original EML message is in TNEF format. |
Preamble { get; set; } | Gets or sets a preamble text. It is located before the first boundary and generally includes an explanatory note to non-MIME conformant readers. |
PreferredTextEncoding { get; set; } | Gets or sets preferred encoding for all text properties |
virtual Priority { get; set; } | Gets or sets the priority of message |
ReadReceiptTo { get; set; } | Gets or sets the read receipt address. |
virtual ReplyToList { get; set; } | Gets or sets the list of addresses to reply to for the mail message |
virtual ReversePath { get; set; } | Gets or sets ReversePath address |
virtual Sender { get; set; } | Gets or sets sender address |
virtual Sensitivity { get; set; } | Gets or sets the sensitivity of message |
virtual Subject { get; set; } | Gets or sets the subject line |
virtual SubjectEncoding { get; set; } | Gets or sets the encoding of subject |
TimeZoneOffset { get; set; } | Gets or sets the Coordinated Universal Time (UTC) offset for the message dates. This property defines the time zone difference, between the local time and UTC. |
virtual To { get; set; } | Gets or sets the address collection that contains the recipients of message |
virtual XMailer { get; set; } | Gets or sets the X-Mailer the software that created the e-mail message |