SmtpMail Methods |
The SmtpMail type exposes the following members.
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.
|