Click or drag to resize

SmtpMail Methods

The SmtpMail type exposes the following members.

Methods
 NameDescription
Public methodStatic memberCreateFrom Creates new SmtpMail using specified email. From, To and RawEmlData are initialized using specified email.
Public methodStatic memberCreateFromEml Creates new SmtpMail using specified eml raw data string. From, To and RawEmlData are initialized using parsed eml content.
Public methodStatic memberCreateFromEmlFile 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.
Public methodStatic memberCreateUsingVERP Creates new SmtpMail using specified email. To and RawEmlData are initialized using specified email. From property is initialized using VERP address containing From and To or Sender.
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Protected methodFinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
Public methodForceASCIIMode Forces punycode be used instead of full UTF8 envelope addresses.
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Protected methodMemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Public methodVERPify Creates VERP version of the From address.
Top
See Also