The MailMessageEx type exposes the following members.

Properties

  NameDescription
Public propertyAlternateViews
Gets the attachment collection used to store alternate forms of the message body.
(Inherited from MailMessage.)
Public propertyAttachments
Gets the attachment collection used to store data attached to this e-mail message.
(Inherited from MailMessage.)
Public propertyBasePopItem
Public propertyBcc
Gets the address collection that contains the blind carbon copy (BCC) recipients for this e-mail message.
(Inherited from MailMessage.)
Public propertyBody
Gets or sets the message body.
(Inherited from MailMessage.)
Public propertyBodyEncoding
Gets or sets the encoding used to encode the message body.
(Inherited from MailMessage.)
Public propertyCC
Gets the address collection that contains the carbon copy (CC) recipients for this e-mail message.
(Inherited from MailMessage.)
Public propertyChildren
Public propertyContentDescription
Public propertyContentDisposition
Public propertyContentId
Public propertyContentType
Public propertyDeliveryDate
Public propertyDeliveryNotificationOptions
Gets or sets the delivery notifications for this e-mail message.
(Inherited from MailMessage.)
Public propertyFrom
Gets or sets the from address for this e-mail message.
(Inherited from MailMessage.)
Public propertyHeaders
Gets the e-mail headers that are transmitted with this e-mail message.
(Inherited from MailMessage.)
Public propertyHeadersEncoding
Gets or sets the encoding used for the user-defined custom headers for this e-mail message.
(Inherited from MailMessage.)
Public propertyIsBodyHtml
Gets or sets a value indicating whether the mail message body is in Html.
(Inherited from MailMessage.)
Public propertyMessageId
Public propertyMessageNumber
Public propertyMimeVersion
Public propertyOctets
Public propertyPriority
Gets or sets the priority of this e-mail message.
(Inherited from MailMessage.)
Public propertyReplyTo Obsolete.
Gets or sets the ReplyTo address for the mail message.
(Inherited from MailMessage.)
Public propertyReplyToList
Gets or sets the list of addresses to reply to for the mail message.
(Inherited from MailMessage.)
Public propertyReplyToMessageId
Public propertyReturnAddress
Public propertyRouting
Public propertySender
Gets or sets the sender's address for this e-mail message.
(Inherited from MailMessage.)
Public propertySubject
Gets or sets the subject line for this e-mail message.
(Inherited from MailMessage.)
Public propertySubjectEncoding
Gets or sets the encoding used for the subject content for this e-mail message.
(Inherited from MailMessage.)
Public propertyTo
Gets the address collection that contains the recipients of this e-mail message.
(Inherited from MailMessage.)

See Also