|
|
Mail Properties |
The Mail type exposes the following members.
| Name | Description | |
|---|---|---|
|
|
Attachments | Gets or sets the comma-separated or semicolon-separated list of file names to be attached to the Mail message. |
|
|
BccRecipients | Gets or sets the comma-separated or semicolon-separated e-mail address list of the Mail message blank carbon copy (BCC) recipients. |
|
|
Body | Gets or sets the body of the Mail message. |
|
|
CcRecipients | Gets or sets the comma-separated or semicolon-separated e-mail address list of the Mail message carbon copy (CC) recipients. |
|
|
Client | Gets the SmtpClient object used for sending the Mail message. |
|
|
EnableSSL | Gets or sets the flag that determines whether to use SSL when communicating with the SMTP server. |
|
|
From | Gets or sets the e-mail address of the Mail message sender. |
|
|
IsBodyHtml | Gets or sets a boolean value that indicating whether the Mail message Body is to be formatted as HTML. |
|
|
Password | Gets or sets the password used to authenticate to the SMTP server. |
|
|
SecurePassword | Gets or sets the password used to authenticate to the SMTP server. |
|
|
SmtpServer | Gets or sets the name or IP address of the SMTP server to be used for sending the Mail message. |
|
|
Subject | Gets or sets the subject of the Mail message. |
|
|
ToRecipients | Gets or sets the comma-separated or semicolon-separated e-mail address list of the Mail message recipients. |
|
|
Username | Gets or sets the username used to authenticate to the SMTP server. |