MailMessage Properties |
The MailMessage type exposes the following members.
| Name | Description | |
|---|---|---|
| AlternateViews |
Gets the collection of alternate views of message
| |
| Attachments |
Gets the collection of attachments of message
| |
| Bcc |
Gets or sets the address collection
that contains the BCC recipients of message
| |
| Body |
Gets or sets the plain text representation of message's body.
| |
| BodyEncoding |
Gets or sets encoding of body
| |
| BodyType |
Gets the type of the body.
| |
| CC |
Gets or sets the address collection
that contains the CC recipients
| |
| Date |
Gets or sets the date of message
| |
| DeliveryNotificationOptions |
Gets or sets the delivery notifications
| |
| From |
Gets or sets the from address
| |
| Headers |
Gets headers collection of message
| |
| HtmlBody |
Gets or sets html body
| |
| HtmlBodyText |
Gets the message htmlbody as plain text.
| |
| IsBodyHtml |
Gets or sets a value indicating
whether the message body is in Html
| |
| IsDraft |
Gets or sets value that indicates whether or not a message has been sent.
| |
| IsEncrypted |
Gets a value indicating whether the message is encrypted.
| |
| IsReadOnly |
Gets a value indicating
whether the message is read only
| |
| IsSigned |
Gets a value indicating whether the message is signed.
| |
| LinkedResources |
Gets the collection of linked resources of message
| |
| MessageId |
Gets or sets the message id
| |
| OriginalIsTnef |
Gets a value indicating
whether original EML message is in TNEF format.
| |
| PreferredTextEncoding |
Gets or sets preferred encoding for all text properties
| |
| Priority |
Gets or sets the priority of message
| |
| ReadReceiptTo |
Gets or sets the read receipt address.
| |
| ReplyToList |
Gets or sets the list of addresses
to reply to for the mail message
| |
| ReversePath |
Gets or sets ReversePath address
| |
| Sender |
Gets or sets sender address
| |
| Sensitivity |
Gets or sets the sensitivity of message
| |
| Subject |
Gets or sets the subject line
| |
| SubjectEncoding |
Gets or sets the encoding of subject
| |
| TimeZoneOffset |
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.
| |
| To |
Gets or sets the address collection that contains
the recipients of message
| |
| XMailer |
Gets or sets the X-Mailer the software
that created the e-mail message
|