MailMessage Properties

 

Namespace:   System.Web.Mail
Assembly:  System.Web (in System.Web.dll)

NameDescription
System_CAPS_pubpropertyAttachments

Specifies the collection of attachments that are transmitted with the message. Recommended alternative: System.Net.Mail.

System_CAPS_pubpropertyBcc

Gets or sets a semicolon-delimited list of email addresses that receive a blind carbon copy (BCC) of the e-mail message. Recommended alternative: System.Net.Mail.

System_CAPS_pubpropertyBody

Gets or sets the body of the e-mail message. Recommended alternative: System.Net.Mail.

System_CAPS_pubpropertyBodyEncoding

Gets or sets the encoding type of the body of the e-mail message. Recommended alternative: System.Net.Mail.

System_CAPS_pubpropertyBodyFormat

Gets or sets the content type of the body of the e-mail message. Recommended alternative: System.Net.Mail.

System_CAPS_pubpropertyCc

Gets or sets a semicolon-delimited list of e-mail addresses that receive a carbon copy (CC) of the e-mail message. Recommended alternative: System.Net.Mail.

System_CAPS_pubpropertyFields

Gets a collection of objects that map to Microsoft Collaboration Data Objects (CDO) fields. Recommended alternative: System.Net.Mail.

System_CAPS_pubpropertyFrom

Gets or sets the e-mail address of the sender. Recommended alternative: System.Net.Mail.

System_CAPS_pubpropertyHeaders

Specifies the custom headers that are transmitted with the e-mail message. Recommended alternative: System.Net.Mail.

System_CAPS_pubpropertyPriority

Gets or sets the priority of the e-mail message. Recommended alternative: System.Net.Mail.

System_CAPS_pubpropertySubject

Gets or sets the subject line of the e-mail message. Recommended alternative: System.Net.Mail.

System_CAPS_pubpropertyTo

Gets or sets a semicolon-delimited list of recipient e-mail addresses. Recommended alternative: System.Net.Mail.

System_CAPS_pubpropertyUrlContentBase

Gets or sets the Content-Base HTTP header, the URL base of all relative URLs used within the HTML-encoded body of the e-mail message. Recommended alternative: System.Net.Mail.

System_CAPS_pubpropertyUrlContentLocation

Gets or sets the Content-Location HTTP header for the e-mail message. Recommended alternative: System.Net.Mail.

Return to top
Show: