ComponentPro UltimateBounceInspector

ComponentPro.Net.Mail Namespace

Members Options: Show AllLanguage Filter: AllSend comments on this topic to ComponentPro

Classes

NameDescription
AlternateViewRepresents a single alternate form of an e-mail message body.
AlternateViewCollectionRepresents the collection of alternate mail message views.
AttachmentRepresents an e-mail attachment.
AttachmentBaseThe base class that represents an e-mail attachment.
AttachmentCollectionRepresents the collection of mail message attachments.
BounceCategoryRepresents the bounce category.
BounceCategoryDictionaryRepresents a collection of the BounceCategory.
BounceInspectorBounceInspector 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.
BounceInspectorExceptionRepresents the exception that is thrown when an error occurs while using ComponentPro Bounce Inspector component.
BounceResultRepresents the results of a message that was scanned.
BounceResultCollectionRepresents a collection of the BounceResult.
BounceTypeRepresents the bounce type.
BounceTypeDictionaryRepresents a collection of the BounceType.
DeliveryStatusNotificationRepresents the Delivery Status Notification. RFC 1894.
DispositionTypeNamesContains string representations of disposition type names.
DownloadingMessageEventArgsProvides data for the DownloadingMessage Event.
FolderRepresents an IMAP folder.
FolderCollectionProvides a container for a collection of Folder objects.
HeaderA single MIME header.
HeaderCollectionRepresents the collection of Header objects of this MimeEntity.
ImapProvides 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.
ImapConfigSpecifies various IMAP settings.
ImapCopyMessageReferenceA 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.
ImapCriterionRepresents a single IMAP search criterion.
ImapExceptionThe exception that is thrown when an error occurs while using Imap component.
ImapListProcessingEventArgsProvides data for the asynchronous method completed events.
ImapMessageContains information about a single mail message on the IMAP server.
ImapMessageCollectionProvides a container for a collection of ImapMessage objects.
ImapMessageComparerClass used to compare ImapMessage objects.
ImapMessageIdCollectionRepresents either a set of message unique IDs or a set of sequence numbers.
ImapMessagePartRepresents information about message part (body view, attachment or linked resource).
ImapProgressEventArgsProvides data for the Progress event.
ImapResponseContains the response of the IMAP server.
ImapResponseLineContains a single line of the IMAP response.
ImapStateChangedEventArgsProvides data for the StateChanged event.
ImapUpdateEventArgsProvides data for the Update event.
LinkedResourceRepresents an embedded resource such as an image or a CSS file referenced from the message views.
LinkedResourceCollectionRepresents the collection of embedded resources referred by a AlternateView.
MailClientSessionStatusRepresents the session status for Imap, Pop3, and Smtp.
MailExceptionThe exception that is thrown when an e-mail related error occurs.
MailMessageRepresents an e-mail message that can be saved, loaded, processed or sent.
MailSettingsSpecifies various MailMessage settings.
MailSignatureValidationResultRepresents the result of message signature validation.
MailSpoolUtility class that contains mail server spool related static methods.
MediaTypeNamesContains string representations of the common media types.
MediaTypeNames.ApplicationContains string representations of the common subtypes of 'application' type.
MediaTypeNames.ImageContains string representations of the common subtypes of 'image' type.
MediaTypeNames.MessageContains string representations of the common subtypes of 'message' type.
MediaTypeNames.MultipartContains string representations of the common subtypes of 'multipart' type.
MediaTypeNames.TextContains string representations of the common subtypes of 'text' type.
MimeEntityA MIME entity.
MimeEntityCollectionRepresents the collection of MimeEntity objects that are parts of this MimeEntity.
MimeExceptionThe exception that is thrown when a MIME-related error occurs.
MimeMessageA MIME e-mail message.
MimeUnparsableHeaderEventArgsProvides data for the UnparsableHeader event.
PerRecipientDsnA 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.
Pop3Provides methods for communication with POP3 servers.
Pop3ConfigSpecifies various POP3 settings.
Pop3ExceptionThe exception that is thrown when an error occurs while using Pop3 component.
Pop3MailboxStatRepresents a POP3 mailbox. This class is used for the GetMailboxStat method.
Pop3MessageContains information about a single mail message on the POP3 server.
Pop3MessageCollectionProvides a container for a collection of Pop3Message objects.
Pop3MessageComparerClass used to compare Pop3Message objects.
Pop3MessageListProgressEventArgsProvides data for the MessageListProgress event.
Pop3ProgressEventArgsProvides data for the Progress event.
Pop3StateChangedEventArgsProvides data for the StateChanged event.
ProcessedEventArgsProvides data for the Processed Event.
ProcessingAttachmentEventArgsProvides data for the ProcessingAttachment event.
ProcessingEventArgsProvides data for the Processing Event.
ProgressEventArgsProvides data for the Progress Event.
SmtpContains essential members for communication with standard and secure SMTP servers.
SmtpConfigSpecifies various Smtp settings.
SmtpExceptionThe exception that is thrown when an error occurs while using Smtp component.
SmtpProgressEventArgsProvides data for the Progress event.
SmtpRejectedRecipientRepresents a recipient rejected by the SMTP server.
SmtpRejectedRecipientEventArgsProvides data for the RejectedRecipient event.
SmtpResponseContains the response of the SMTP server.
SmtpSendingMessageEventArgsProvides data for the SendingMessage event.
SmtpSendOptionsRepresents configuration settings for one of the Smtp object's static Send methods.
SmtpStateChangedEventArgsProvides data for the StateChanged event.
SubjectInfoRepresents a message signer or an encrypted message recipient.
SubjectInfoCollectionRepresents the collection of alternate mail message views.
Top

Enumerations

NameDescription
BounceInspectorExceptionStatusSpecifies the status codes for the BounceInspectorException class.
BounceSignaturePartSpecifies the part of the message will be use to process. You can combine Subject with Body.
DeliveryStatusNotificationActionSpecifies the Delivery Status Notification Action.
DeliveryStatusNotificationReturnMessageMethodSpecifies whether a SMTP server should attach the entire original message or its headers only to DSN messages.
DeliveryStatusNotificationTypeSpecifies the conditions under which the SMTP server should generate and send DSN messages.
FolderSpecialUseSpecifies special use flags for extended LIST command (RFC 6154) or XLIST extension.
ImapAuthenticationMethodIMAP authentication methods.
ImapCriterionTypeType of the ImapCriterion node.
ImapEnvelopePartsSpecifies what information to include in a message list.
ImapFeaturesIMAP extensions.
ImapFlagModifierSpecifies possible actions of Flag method.
ImapListProcessingTypeSpecifies the list type.
ImapMessageComparerTypeList of possible compare types for the ImapMessageComparer class.
ImapMessageFlagsIMAP message flags.
ImapMessagePartKindSpecifies IMAP message part kind.
ImapOptionsSpecifies various IMAP options.
ImapResponseCodeRepresents possible IMAP response codes.
ImapStateState of the Imap object.
ImapTransferStateState of the IMAP transfer.
ImapUpdateEventDefines notification messages that can be received from the server using the Update event.
MailClientExceptionStatusDefines status codes for the ImapException, Pop3Exception, and SmtpException classes.
MailEncryptionAlgorithmDefines the encryption algorithm used to encrypt mail.
MailFormatSpecifies mail message file format.
MailPriorityMail message priority.
MailServerTypeRepresents mail server type.
MailSignatureStatusMail signature status.
MailSignatureStyleSpecifies the style of signed content.
MailSignatureValidationOptionsMail signature validation options.
MimeEntityKindRepresents the kind of MIME entity.
MimeExceptionStatusDefines status codes for the MimeException class.
MimeOptionsSpecifies various options for MIME parser and writer.
MimePriorityMime message priority.
MimeSignatureStyleSpecifies the style of signed content.
MimeUnparsableHeaderSeveritySpecifies the header error severity.
MimeUnparsableHeaderStatusSpecifies the problem encountered by the header parser.
Pop3AuthenticationMethodPOP3 authentication method.
Pop3EnvelopePartsSpecifies what information to include in a message list.
Pop3FeaturesPOP3 extensions.
Pop3MessageComparerTypeList of possible compare types for the Pop3MessageComparer class.
Pop3OptionsSpecifies various POP3 options.
Pop3StateState of the Pop3 object.
Pop3TransferStateState of the POP3 transfer.
ReplyBodyTransformationDefines how to process the original message body when creating a reply.
RtfProcessingModeThe mode to process RTF mails.
SmtpAuthenticationMethodSMTP client authentication method.
SmtpDeliveryMethodMail delivery method.
SmtpFeaturesSMTP extensions.
SmtpOptionsSpecifies various SMTP options.
SmtpStateState of the Smtp object.
SmtpTransferStateState of the SMTP transfer.
TransferEncodingType of transfer encoding of the content.
Top

Framework

.NET Compact Framework.NET Compact Framework

Supported version: 2.0, 3.5, and 3.9
Assembly: ComponentPro.BounceInspector.CF (in ComponentPro.BounceInspector.CF.dll)

.NET Framework.NET Framework

Supported version: 2.0, 3.0, 3.5, 4.0, 4.5.x, 4.6.x and later
Assembly: ComponentPro.BounceInspector (in ComponentPro.BounceInspector.dll)

Xamarin AndroidXamarin Android

Supported version: 2.3 and later
Assembly: ComponentPro.BounceInspector.Android (in ComponentPro.BounceInspector.Android.dll)

Xamarin MacXamarin Mac

Supported version: 2.0.x and later
Assembly: ComponentPro.BounceInspector.Mac (in ComponentPro.BounceInspector.Mac.dll)

Xamarin iOSXamarin iOS

Supported version: 5.1.x and later
Assembly: ComponentPro.BounceInspector.iOS (in ComponentPro.BounceInspector.iOS.dll)