MailBuilder Methods |
The MailBuilder type exposes the following members.
Name | Description | |
---|---|---|
AddAlternative(Byte) |
Adds alternative view for this message.
| |
AddAlternative(MimeBase) |
Adds alternative view for this message.
| |
AddAppointment |
Adds specified appointment as alternative view for this message.
| |
AddAttachment(Byte) |
Adds attachment with specified data.
| |
AddAttachment(String) |
Adds attachment. Data are read from the specified file.
| |
AddAttachment(MimeData) |
Adds attachment.
| |
AddCustomHeader |
Adds custom header that will be added to IMail object after creation.
| |
AddVCard |
Adds specified VCARD as attachment to this message.
| |
AddVisual(Byte) |
Adds visual object with specified data.
| |
AddVisual(String) |
Adds visual object. Data are read from the specified file.
| |
AddVisual(MimeData) |
Adds visual object.
| |
Create |
Creates new IMail using builder configuration.
| |
CreateFromDocument | Obsolete.
Creates new IMail using specified MIME document.
| |
CreateFromEml(Byte) |
Creates new IMail using specified eml raw data.
| |
CreateFromEml(String) | Obsolete.
Creates new IMail using specified eml raw data string.
| |
CreateFromEmlFile |
Loads raw eml data from file and creates new IMail object.
| |
DKIMSign(ListDKIMSignatureConfiguration) |
Signs the message with multiple DKIM (DomainKeys Identified Mail) signatures.
| |
DKIMSign(RSACryptoServiceProvider, DKIMSignatureInfo) |
Signs the message using DKIM (DomainKeys Identified Mail) signature.
You can call this method multiple times to have several DKIM signatures present in the resulting message.
| |
DKIMSign(RSACryptoServiceProvider, String, String) |
Signs the message using DKIM (DomainKeys Identified Mail) signature.
You can call this method multiple times to have several DKIM signatures present in the resulting message.
| |
EncryptWith(X509Certificate2) |
Encrypts the message using specified certificate.
You can call this method multiple times to use several certificates for encryption.
General rule is that both sender and receiver should be able to decrypt the message.
| |
EncryptWith(EncryptionConfiguration) |
Encrypts the message using specified encryption configuration.
| |
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.) | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
LoadHtml(String) | ||
LoadHtml(String, LoadHtmlConfiguration) | ||
LoadHtml(String, String) | ||
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
PriorityHigh | ||
PriorityLow | ||
RequestReadReceipt |
This method copies From or ReplyTo addresses to all read receipts lists, just before email is created (using Create method).
Read receipts are stored using NotificationTo, ReturnReceiptTo and XConfirmReadingTo headers.
| |
SignWith(X509Certificate2) |
Signs the message.
| |
SignWith(SignatureConfiguration) |
Signs the message.
| |
ToString | Returns a string that represents the current object. (Inherited from Object.) |