The MailMessage type exposes the following members.
 Properties
Properties
| 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.
             | 
|   | CanDecrypt | 
            Gets a value indicating whether the message can be decrypted.
             | 
|   | CC | 
            Gets the list of addresses of others who are to receive the message.
             | 
|   | CertificateFinder | 
            Gets or sets the ICertificateFinder to be used to find certificates
            used to encrypt or sign 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.
             | 
|   | 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.
             | 
|   | IsDraft | 
            Gets or sets a value indicating whether this mail is considered a Draft.
            This value indicates whether the message can be modified in e-mail clients.
             | 
|   | IsEncrypted | 
            Gets a value indicating whether the message is encrypted.
             | 
|   | IsSigned | 
            Gets a value indicating whether the message is signed.
             | 
|   | MessageId | 
            Gets or sets the unique identifier of the message.
             | 
|   | Options | Obsolete. | 
|   | 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.
             | 
|   | References | 
            Gets or sets the list of identifiers of messages in the same "thread" of conversation.
             | 
|   | ReplyTo | 
            Gets or sets the list of addresses that should receive replies
            to this message.
             | 
|   | Resources | 
            Gets the collection of embedded resources referred by message views.
             | 
|   | 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 providers
            are permitted to display any user interface (UI) when working with private keys.
             | 
|   | Subject | 
            Gets or sets the subject of the message.
             | 
|   | To | 
            Gets or sets the list of addresses of primary recipients of the message.
             | 
 
     
     
     
     
    