Click or drag to resize

SmtpMail Properties

The SmtpMail type exposes the following members.

Properties
 NameDescription
Public propertyFrom Gets or sets from mail address. Value of this property is used for SMTP's MAIL FROM command.
Public propertyIsMDN 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).
Public propertyRawEmlData 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.
Public propertyTo Gets the collection of mail addresses this message will be sent to. Value of this property is used for SMTP's RCPT TO command.
Top
See Also