SmtpMail Class |
Namespace: Limilabs.Client.SMTP
The SmtpMail type exposes the following members.
Name | Description | |
---|---|---|
SmtpMail |
Creates new empty SmtpMail object.
| |
SmtpMail(String, IEnumerableString, Byte) |
Creates new SmtpMail object.
|
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.
|
Name | Description | |
---|---|---|
CreateFrom |
Creates new SmtpMail using specified email.
From, To and RawEmlData are initialized using specified email.
| |
CreateFromEml |
Creates new SmtpMail using specified eml raw data string.
From, To and RawEmlData are initialized using parsed eml content.
| |
CreateFromEmlFile |
Loads raw eml data from file and creates new IMail object.
From, To and RawEmlData are initialized using parsed content of a file specified by path.
| |
CreateUsingVERP | ||
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
ForceASCIIMode |
Forces punycode be used instead of full UTF8 envelope addresses.
| |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) | |
VERPify |
Creates VERP version of the From address.
|