Mail parsing namespace.
Classes
| Class | Description | |
|---|---|---|
| BasicConstant |
Base class for all constant values.
| |
| ForwardBuilder |
You can use this class to forward an email.
| |
| HtmlException |
Represents an error that occurred during html parsing.
| |
| MailBuilder |
Provides methods for IMail object creation.
You should use CreateFromEml(String) if you already have an eml data downloaded via Pop3 or Imap client.
You should use other properties and Create()()()() method to create message that you'll send using Smtp client.
| |
| MailException |
Represents an error that occurred during e-mail parsing.
| |
| MimeAlternative |
Implements 'Multipart/Alternative' MIME entity.
E.g. E-mail containing 'Text/HTML' and 'Text/Plain' representations of the same information. (RFC2046)
| |
| MimeBase |
Implements basic mime entity logic.
All mime classes, created by MimeFactory inherit from this class.
| |
| MimeCalendar |
Represents MIME entity containing text/calendar data.
Please use CreateMimeCalendar()()()() or CreateMimeCalendar(Appointment) to create objects of this type.
| |
| MimeData |
Represents MIME entity which contains raw byte data.
Please use CreateMimeData()()()() to create objects of this type.
| |
| MimeDeliveryStatusNotification |
Represents Delivery Status Notification (DSN).
Provides indications of successful delivery or delivery failure.
| |
| MimeDigest |
Implements 'Multipart/Digest' MIME entity (RFC 2046).
E.g. multiple mail messages.
| |
| MimeDocument |
Represents MIME document tree.
| |
| MimeDocumentFactory |
Factory class for MimeDocument class.
| |
| MimeFactory |
Factory class for all mime classes.
| |
| MimeMessageDispositionNotification |
Message Disposition Notifications (MDN) provide a notification of the "disposition" of a message - indicating,
for example, whether it is read by a recipient, discarded before being read.
| |
| MimeMultipart |
Implements 'Multipart/?' MIME entity.
| |
| MimePkcs7Signature |
Represents Pkcs7-signature.
| |
| MimeRelated |
Represents 'Multipart/Related' MIME entity e.g. HTML e-mail with embedded pictures; (RFC 2387).
| |
| MimeReport |
Represents 'Multipart/Report' MIME entity e.g. multiple mail messages.
| |
| MimeSigned |
Represents 'Multipart/Signed' MIME entity.
You can sign email messages using SignWith(X509Certificate2) or SignWith(X509Certificate2) | |
| MimeText |
Represents MIME entity containing text data.
Please use CreateMimeText()()()() to create objects of this type.
| |
| RecipientDeliveryStatusNotification |
Defines DeliveryStatusNotification for a single recipient.
| |
| ReplyBuilder |
You can use this class to create a reply from specified email.
| |
| SignatureException |
Represents an error that occurred during signature validation or signing.
| |
| SMIMEConfiguration |
Represents S/MIME decrypt configuration (automatic decryption, certificates used for decryption)
|
Interfaces
| 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.
|
Enumerations
| Enumeration | Description | |
|---|---|---|
| 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.
|