| Name | Description |
---|
 | AlternateViews | Gets the collection of alternate forms of the message body. |
 | Attachments | Gets the collection of attachments of this message. |
 | Bcc | Gets or sets the list of addresses of recipients that are not to be revealed to other recipients of the message. |
 | BodyHtml | Gets the HTML body of the message, or an empty string if it has no HTML body. |
 | BodyText | Gets the text body of the message, or an empty string if it has no text body. |
 | CC | Gets or sets the list of addresses of others who are to receive the message. |
 | Date | Gets or sets the origination date of this message.
If origination date is not available, return the date specified by the first 'Received' header. |
 | Decryptable | Gets a value indicating whether the message can be decrypted. |
 | DefaultCharset | Gets or sets the default charset for MIME body and headers. |
 | EncryptionAlgorithm | Gets an encryption algorithm used to encrypt an encrypted message. |
 | EnvelopeId | Gets or sets the envelope identifier to be transmitted along with the message
and included in any DSNs issued. |
 | From | Gets or sets the list of authors of this message. |
 | HasBodyHtml | Gets the value indicating whether the message has a HTML body. |
 | HasBodyText | Gets the value indicating whether the message has a text body. |
 | Headers | Gets the list of headers of this entity. |
 | InReplyTo | Gets or sets the list of identifiers of messages to which the message is a reply. |
 | IsEncrypted | Gets a value indicating whether the message is encrypted. |
 | IsSigned | Gets a value indicating whether the message is signed. |
 | LinkedResources | Gets the collection of embedded resources referred by message views. |
 | MessageIdentifier | Gets or sets the unique identifier of the message. |
 | Options | Gets or sets various options for MIME parser and writer. |
 | Priority | Gets or sets the priority of the message. |
 | ReadOnly | Gets a value indicating whether the message is read-only. |
 | ReceivedDate | Gets the received date of this message. |
 | Recipients | Gets the collection of recipients of an encrypted message. |
 | ReplyTo | Gets or sets the list of addresses that should receive replies
to this message. |
 | Sender | Gets or sets the sender of this message. |
 | Settings | Gets or sets MailMessage object settings. |
 | Signers | Gets the collection of signers of a signed message. |
 | Silent | Gets or sets a value indicating whether Cryptographic Service Provider (CSP) operations
are permitted to display any user interface. |
 | Subject | Gets or sets the subject of the message. |
 | To | Gets or sets the list of addresses of primary recipients of the message. |