SmtpMail Properties |
The SmtpMail type exposes the following members.
Name | Description | |
---|---|---|
From |
Gets or sets from mail address. Value of this property is used for SMTP's MAIL FROM command.
| |
IsMDN |
Gets or sets the additional information if enclosed message is a MDN.
Setting this property changes how validation works as the envelope sender address (SMTP MAIL FROM)
of the MDN MUST be null (RFC 3798).
| |
RawEmlData |
Gets or sets the raw message data that can be sent using SMTP protocol.
Value of this property, is used for SMTP's DATA or BDAT command.
"\r\n." sequence escaping is performed automatically, when needed.
| |
To |
Gets the collection of mail addresses this message will be sent to. Value of this property is used for SMTP's RCPT TO command.
|