This class is creatable.
Alternative
|
Returns or sets if mail attachments are actually different alternatives of the same data.
For example, a mail encoded in HTML, in UTF-8, or only in ASCII.
|
Authentication
|
Return or set the SMTP authentication protocol.
|
Bcc
|
Returns or sets the list of "Bcc" (i.e. blind carbon copy) recipients e-mail addresses.
|
Body
|
Return or set the mail body.
|
Cc
|
Returns or sets the list of "Cc" (i.e. carbon copy) recipients e-mail addresses.
|
Count
|
Return the number of parts in the current mail.
|
Debug
|
Return or set if the debugging mode is enabled for that SmtpClient.
|
Encrypt
|
Return or set the SMTP encryption method.
|
From
|
Returns or sets the return address of the mail.
|
Host
|
Returns or sets the SMTP server that will receive the mail.
|
InReplyTo
|
Return or set the In-Reply-To header.
|
MessageId
|
Return or set the Message-ID header.
|
Password
|
Return or set the user password.
|
Port
|
Returns or sets the SMTP port used by the SMTP server.
|
Subject
|
Returns or sets the mail subject.
|
To
|
Returns or sets the list of "To" recipients e-mail addresses.
|
User
|
Return or set the user login.
|