Limilabs.Mail Namespace |
Class | Description | |
---|---|---|
AttachmentRemoverConfiguration |
Represents configuration for attachments' removal method.
| |
AttachmentReplacerConfiguration |
Represents configuration for attachments' replacing method.
| |
BasicConstant |
Base class for all constant values.
| |
DKIMSignatureConfiguration |
Represents DKIM signature configuration: RSA private key and signature info.
| |
DKIMValidationConfiguration |
Represents DKIM (DomainKeys Identified Mail) signature validation configuration.
You can use First, Specific(String, String), AtLeastOne and All helper methods to create this type.
| |
EncryptionConfiguration |
Represents S/MIME (Secure/Multipurpose Internet Mail Extensions) encryption configuration.
| |
ForwardBuilder |
You can use this class to forward an email.
| |
GlobalConfiguration |
Represents global configuration settings.
| |
HtmlException |
Represents an error that occurred during html parsing.
| |
LoadHtmlConfiguration |
Represents HTML loading configuration.
| |
Log |
Represents Mail.dll log. Use Enabled property to turn on logging.
| |
MailBuilder | ||
MailException |
Represents an error that occurred during e-mail parsing.
| |
MailFactory |
Factory class used to create IMail instance.
| |
MimeConfiguration |
Represents MIME tree processing configuration.
| |
MimeDocument |
Represents MIME document tree.
| |
MimeDocumentFactory |
Factory class used to create MimeDocument instance.
| |
ReadReceiptBuilder |
You can use this class to create a read receipt (MDN) email.
| |
ReplyBuilder |
You can use this class to create a reply from specified email.
| |
SignatureConfiguration |
Represents S/MIME (Secure/Multipurpose Internet Mail Extensions) signature configuration.
| |
SignatureException |
Represents an error that occurred during signature validation or signing.
| |
SignatureValidationConfiguration |
Represents S/MIME (Secure/Multipurpose Internet Mail Extensions) signature validation configuration.
| |
SMIMEConfiguration |
Represents S/MIME decrypt configuration (automatic decryption, certificates used for decryption).
|
Interface | Description | |
---|---|---|
IMail |
This class provides simple access to email message.
Use MailBuilder class to create this object.
It is possible to access entire MIME tree using MimeDocument property.
| |
IMimeDataReadOnlyCollection |
Interface for read-only access to MimeData collection.
|
Delegate | Description | |
---|---|---|
AttachmentRemoverConfigurationShouldRemoveDelegate |
Should remove delegate.
| |
AttachmentReplacerConfigurationShouldReplaceDelegate |
Should replace delegate.
| |
AttachmentReplacerConfigurationTagDelegate |
Tag generation delegate.
|
Enumeration | Description | |
---|---|---|
DKIMValidationMode |
Specifies how DKIM-Signature headers are validated.
| |
GenericPriority |
Generic priority of the message.
Message priority can be stored used three different headers: Priority, Importance and XPriority.
This enum is used by method, which checks all those headers.
|