The MailBuilder type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| AddAlternative |
Adds alternative view for this message.
| |
| AddAppointment |
Adds specified appointment as alternative view for this message.
| |
| AddAttachment(array<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(array<Byte>[]()[][]) |
Adds visual object with specified data.
| |
| AddVisual(String) |
Adds visual object. Data are read from the specified file.
| |
| AddVisual(MimeData) |
Adds visual object.
| |
| ClearAttachments | Obsolete.
Clears attachments, visuals and non-visuals collections.
| |
| Create |
Creates new IMail using builder configuration.
| |
| CreateFromDocument |
Creates new IMail using specified MIME document.
| |
| CreateFromEml |
Creates new IMail using specified eml raw data string.
| |
| CreateFromEmlFile |
Loads raw eml data from file and creates new IMail object.
| |
| DKIMSign(RSACryptoServiceProvider, DKIMSignatureInfo) |
Signs the message using DKIM (DomainKeys Identified Mail) signature.
| |
| DKIMSign(RSACryptoServiceProvider, String, String) |
Signs the message using DKIM (DomainKeys Identified Mail) signature.
| |
| EncryptWith |
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.
| |
| Equals | (Inherited from Object.) | |
| Finalize |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.) | |
| GetHashCode |
Serves as a hash function for a particular type.
(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.) | |
| PriorityHigh | ||
| PriorityLow | ||
| Remove | Obsolete.
Removes specified mime object from attachments, visuals and alternatives collections.
| |
| RequestReadReceipt |
This method copies From list to all read receipts lists just before email is created (Create()()()() method).
Read receipts are stored using ,
or header.
| |
| SetHtmlData | Obsolete.
Sets HTML data. Extracts plain text from HTML and also sets plain text data.
| |
| SetTextData | Obsolete.
Sets plain text data. Please remember that SetHtmlData(String) will override the plain text set by this method.
| |
| SignWith |
Signs the message.
| |
| ToString | (Inherited from Object.) |