The members of System.Net.Mail.MailMessage are listed below.
See Also: Inherited members from System.Object
Initializes an empty instance of the System.Net.Mail.MailMessage class. | ||
Initializes a new instance of the System.Net.Mail.MailMessage class by using the specified System.Net.Mail.MailAddress class objects. | ||
Initializes a new instance of the System.Net.Mail.MailMessage class by using the specified string class objects. | ||
Initializes a new instance of the System.Net.Mail.MailMessage class. |
[read-only] | AlternateViews | AlternateViewCollection.
Gets the attachment collection used to store alternate forms of the message body. |
[read-only] | Attachments | AttachmentCollection.
Gets the attachment collection used to store data attached to this e-mail message. |
[read-only] | Bcc | MailAddressCollection.
Gets the address collection that contains the blind carbon copy (BCC) recipients for this e-mail message. |
Body | string.
Gets or sets the message body. | |
BodyEncoding | System.Text.Encoding.
Gets or sets the encoding used to encode the message body. | |
[read-only] | CC | MailAddressCollection.
Gets the address collection that contains the carbon copy (CC) recipients for this e-mail message. |
DeliveryNotificationOptions | DeliveryNotificationOptions.
Gets or sets the delivery notifications for this e-mail message. | |
From | MailAddress.
Gets or sets the from address for this e-mail message. | |
[read-only] | Headers | System.Collections.Specialized.NameValueCollection.
Gets the e-mail headers that are transmitted with this e-mail message. |
HeadersEncoding | System.Text.Encoding.
Gets or sets the encoding used for the user-defined custom headers for this e-mail message. | |
IsBodyHtml | bool.
Gets or sets a value indicating whether the mail message body is in Html. | |
Priority | MailPriority.
Gets or sets the priority of this e-mail message. | |
ReplyTo | MailAddress.
Gets or sets the ReplyTo address for the mail message. | |
[read-only] | ReplyToList | MailAddressCollection.
Gets or sets the list of addresses to reply to for the mail message. |
Sender | MailAddress.
Gets or sets the sender's address for this e-mail message. | |
Subject | string.
Gets or sets the subject line for this e-mail message. | |
SubjectEncoding | System.Text.Encoding.
Gets or sets the encoding used for the subject content for this e-mail message. | |
[read-only] | To | MailAddressCollection.
Gets the address collection that contains the recipients of this e-mail message. |
Dispose()
|
Dispose(bool)
|