| Name | Description |
---|
 | AlternateView | Represents a single alternate form of an e-mail message body. |
 | AlternateViewCollection | Represents the collection of alternate mail message views. |
 | Attachment | Represents an e-mail attachment. |
 | AttachmentBase | The base class that represents an e-mail attachment. |
 | AttachmentCollection | Represents the collection of mail message attachments. |
 | BounceCategory | Represents the bounce category. |
 | BounceCategoryDictionary | Represents a collection of the BounceCategory. |
 | BounceInspector | BounceInspector helps you to process bounced e-mail messages, sort them out into e-mails into categories such as:
AntiSpam, AutoReply, Hard, Soft, etc. BounceInspector can load messages from many sources such as EML files, MSG(MS Outlook) files,
MailMessage objects, IMAP inbox and POP3 inbox. With BounceInspector,
you will be able to delete hard bounced e-mail from disk, IMAP or POP3 inbox on the fly with a few lines of code.
You can use the Processed event to capture the returned information
and use it to update your database, display, etc... See the
BounceResult for more information. |
 | BounceInspectorException | Represents the exception that is thrown when an error occurs while using ComponentPro Bounce Inspector component. |
 | BounceResult | Represents the results of a message that was scanned. |
 | BounceResultCollection | Represents a collection of the BounceResult. |
 | BounceType | Represents the bounce type. |
 | BounceTypeDictionary | Represents a collection of the BounceType. |
 | DeliveryStatusNotification | Represents the Delivery Status Notification. RFC 1894. |
 | DispositionTypeNames | Contains string representations of disposition type names. |
 | DownloadingMessageEventArgs | Provides data for the DownloadingMessage Event. |
 | Folder | Represents an IMAP folder. |
 | FolderCollection | Provides a container for a collection of Folder objects. |
 | Header | A single MIME header. |
 | HeaderCollection | Represents the collection of Header objects of this MimeEntity. |
 | Imap | Provides members for connecting to an IMAP4 server, searching, downloading, uploading e-mail messages. In addition to managing e-mail messages, it also allows you to manage IMAP mailbox easily. |
 | ImapConfig | Specifies various IMAP settings. |
 | ImapCopyMessageReference | A result of the CopyMessage method.
Represents a set of UIDs assigned to the copied or uploaded messages and other related information returned by the IMAP4 server which supports UIDPLUS extension. |
 | ImapCriterion | Represents a single IMAP search criterion. |
 | ImapException | The exception that is thrown when an error occurs while using Imap component. |
 | ImapListProcessingEventArgs | Provides data for the asynchronous method completed events. |
 | ImapMessage | Contains information about a single mail message on the IMAP server. |
 | ImapMessageCollection | Provides a container for a collection of ImapMessage objects. |
 | ImapMessageComparer | Class used to compare ImapMessage objects. |
 | ImapMessageIdCollection | Represents either a set of message unique IDs or a set of sequence numbers. |
 | ImapMessagePart | Represents information about message part (body view, attachment or linked resource). |
 | ImapProgressEventArgs | Provides data for the Progress event. |
 | ImapResponse | Contains the response of the IMAP server. |
 | ImapResponseLine | Contains a single line of the IMAP response. |
 | ImapStateChangedEventArgs | Provides data for the StateChanged event. |
 | ImapUpdateEventArgs | Provides data for the Update event. |
 | LinkedResource | Represents an embedded resource such as an image or a CSS file referenced from the message views. |
 | LinkedResourceCollection | Represents the collection of embedded resources referred by a AlternateView. |
 | MailClientSessionStatus | Represents the session status for Imap, Pop3, and Smtp. |
 | MailException | The exception that is thrown when an e-mail related error occurs. |
 | MailMessage | Represents an e-mail message that can be saved, loaded, processed or sent. |
 | MailSettings | Specifies various MailMessage settings. |
 | MailSignatureValidationResult | Represents the result of message signature validation. |
 | MailSpool | Utility class that contains mail server spool related static methods. |
 | MediaTypeNames | Contains string representations of the common media types. |
 | MediaTypeNames.Application | Contains string representations of the common subtypes of 'application' type. |
 | MediaTypeNames.Image | Contains string representations of the common subtypes of 'image' type. |
 | MediaTypeNames.Message | Contains string representations of the common subtypes of 'message' type. |
 | MediaTypeNames.Multipart | Contains string representations of the common subtypes of 'multipart' type. |
 | MediaTypeNames.Text | Contains string representations of the common subtypes of 'text' type. |
 | MimeEntity | A MIME entity. |
 | MimeEntityCollection | Represents the collection of MimeEntity objects that are parts of this MimeEntity. |
 | MimeException | The exception that is thrown when a MIME-related error occurs. |
 | MimeMessage | A MIME e-mail message. |
 | MimeUnparsableHeaderEventArgs | Provides data for the UnparsableHeader event. |
 | PerRecipientDsn | A DSN contains information about attempts to deliver a message to one
or more recipients. The delivery information for any particular
recipient is contained in a group of contiguous per-recipient fields. |
 | Pop3 | Provides methods for communication with POP3 servers. |
 | Pop3Config | Specifies various POP3 settings. |
 | Pop3Exception | The exception that is thrown when an error occurs while using Pop3 component. |
 | Pop3MailboxStat | Represents a POP3 mailbox. This class is used for the GetMailboxStat method. |
 | Pop3Message | Contains information about a single mail message on the POP3 server. |
 | Pop3MessageCollection | Provides a container for a collection of Pop3Message objects. |
 | Pop3MessageComparer | Class used to compare Pop3Message objects. |
 | Pop3MessageListProgressEventArgs | Provides data for the MessageListProgress event. |
 | Pop3ProgressEventArgs | Provides data for the Progress event. |
 | Pop3StateChangedEventArgs | Provides data for the StateChanged event. |
 | ProcessedEventArgs | Provides data for the Processed Event. |
 | ProcessingAttachmentEventArgs | Provides data for the ProcessingAttachment event. |
 | ProcessingEventArgs | Provides data for the Processing Event. |
 | ProgressEventArgs | Provides data for the Progress Event. |
 | Smtp | Contains essential members for communication with standard and secure SMTP servers. |
 | SmtpConfig | Specifies various Smtp settings. |
 | SmtpException | The exception that is thrown when an error occurs while using Smtp component. |
 | SmtpProgressEventArgs | Provides data for the Progress event. |
 | SmtpRejectedRecipient | Represents a recipient rejected by the SMTP server. |
 | SmtpRejectedRecipientEventArgs | Provides data for the RejectedRecipient event. |
 | SmtpResponse | Contains the response of the SMTP server. |
 | SmtpSendingMessageEventArgs | Provides data for the SendingMessage event. |
 | SmtpSendOptions | Represents configuration settings for one of the Smtp object's static Send methods. |
 | SmtpStateChangedEventArgs | Provides data for the StateChanged event. |
 | SubjectInfo | Represents a message signer or an encrypted message recipient. |
 | SubjectInfoCollection | Represents the collection of alternate mail message views. |