The MailMessage type exposes the following members.

Properties

  NameDescription
Public propertySupported by the .NET Compact FrameworkAlternateViews
Gets the collection of alternate forms of the message body.
Public propertySupported by the .NET Compact FrameworkAttachments
Gets the collection of attachments of this message.
Public propertySupported by the .NET Compact FrameworkBcc
Gets or sets the list of addresses of recipients that are not to be revealed to other recipients of the message.
Public propertySupported by the .NET Compact FrameworkBodyHtml
Gets the HTML body of the message, or an empty string if it has no HTML body.
Public propertySupported by the .NET Compact FrameworkBodyText
Gets the text body of the message, or an empty string if it has no text body.
Public propertySupported by the .NET Compact FrameworkCanDecrypt
Gets a value indicating whether the message can be decrypted.
Public propertySupported by the .NET Compact FrameworkCC
Gets the list of addresses of others who are to receive the message.
Public propertySupported by the .NET Compact FrameworkCertificateFinder
Gets or sets the ICertificateFinder to be used to find certificates used to encrypt or sign the message.
Public propertySupported by the .NET Compact FrameworkDate
Gets or sets the origination date of this message. If origination date is not available, return the date specified by the first 'Received' header.
Public propertySupported by the .NET Compact FrameworkDefaultCharset
Gets or sets the default charset for MIME body and headers.
Public propertySupported by the .NET Compact FrameworkEncryptionAlgorithm
Gets an encryption algorithm used to encrypt an encrypted message.
Public propertySupported by the .NET Compact FrameworkEnvelopeId
Gets or sets the envelope identifier to be transmitted along with the message and included in any DSNs issued.
Public propertySupported by the .NET Compact FrameworkFrom
Gets or sets the list of authors of this message.
Public propertySupported by the .NET Compact FrameworkHasBodyHtml
Gets the value indicating whether the message has a HTML body.
Public propertySupported by the .NET Compact FrameworkHasBodyText
Gets the value indicating whether the message has a text body.
Public propertySupported by the .NET Compact FrameworkHeaders
Gets the list of headers of this entity.
Public propertySupported by the .NET Compact FrameworkInReplyTo
Gets or sets the list of identifiers of messages to which the message is a reply.
Public propertySupported by the .NET Compact FrameworkIsDraft
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.
Public propertySupported by the .NET Compact FrameworkIsEncrypted
Gets a value indicating whether the message is encrypted.
Public propertySupported by the .NET Compact FrameworkIsSigned
Gets a value indicating whether the message is signed.
Public propertySupported by the .NET Compact FrameworkMessageId
Gets or sets the unique identifier of the message.
Public propertySupported by the .NET Compact FrameworkOptions Obsolete.
Public propertySupported by the .NET Compact FrameworkPriority
Gets or sets the priority of the message.
Public propertySupported by the .NET Compact FrameworkReadOnly
Gets a value indicating whether the message is read-only.
Public propertySupported by the .NET Compact FrameworkReceivedDate
Gets the received date of this message.
Public propertySupported by the .NET Compact FrameworkRecipients
Gets the collection of recipients of an encrypted message.
Public propertySupported by the .NET Compact FrameworkReferences
Gets or sets the list of identifiers of messages in the same "thread" of conversation.
Public propertySupported by the .NET Compact FrameworkReplyTo
Gets or sets the list of addresses that should receive replies to this message.
Public propertySupported by the .NET Compact FrameworkResources
Gets the collection of embedded resources referred by message views.
Public propertySupported by the .NET Compact FrameworkSender
Gets or sets the sender of this message.
Public propertySupported by the .NET Compact FrameworkSettings
Gets or sets MailMessage object settings.
Public propertySupported by the .NET Compact FrameworkSigners
Gets the collection of signers of a signed message.
Public propertySupported by the .NET Compact FrameworkSilent
Gets or sets a value indicating whether cryptographic providers are permitted to display any user interface (UI) when working with private keys.
Public propertySupported by the .NET Compact FrameworkSubject
Gets or sets the subject of the message.
Public propertySupported by the .NET Compact FrameworkTo
Gets or sets the list of addresses of primary recipients of the message.

See Also