Ipswitch.Messaging.Framework.Mail NamespaceIpswitch.Messaging.Framework

[Missing <summary> documentation for "N:Ipswitch.Messaging.Framework.Mail"]

Classes

  ClassDescription
Public classEmail
Encapsulates an email message
Public classEmailAttachmentCollection
A collection of email Attachments
Public classEmailDate
Responsible for parsing out the date-time value in the Date: header of an email message
Public classEmailFolder
Encapsulates an email folder
Public classEmailText
Represents the text portion of the body of an email message.
Public classLiteEmail
Encapsulates an email message
Public classMimeBodyPart
Encapsulates a MIME body part
Public classReadReceiptResponse
Represents a Message Disposition Notification. Currently only implements what is necessary for Read Receipt responses.
Public classSmtpAuthenticationException
Represents an authentication expection
Public classSmtpClient
Provides a means to connect to an SMTP server and send email.
Public classSmtpClientAuthenticator
Represents a base class for a client-side SMTP authentication mechanism or protocol.
Public classSmtpClientCramMd5Authenticator
Represents a client-side SMTP authentication procedure using AUTH CRAM-MD5.
Public classSmtpClientLoginAuthenticator
Represents a client-side SMTP authentication procedure using AUTH LOGIN.
Public classSmtpClientPlainAuthenticator
Represents a client-side SMTP authentication procedure using AUTH PLAIN.
Public classSmtpClientXImailCacAuthenticator
Represents a client-side SMTP authentication procedure for XIMail-CAC.
Public classSMTPClientXImailLocalAuthenticator
Public classSmtpException
Represents an exception raised during an SMTP client session
Public classSmtpFailedRecipient
Contains information about a recipient that was rejected by a server.
Public classSmtpFailedRecipientsException
Represents an exception raised when one or more recipients are rejected by the remote SMTP server
Public classSmtpProtocol
Encapsulates a connection with an SMTP server and provides commands and responses to/from that server.
Public classSmtpResponse
Encapsulates a response from an SMTP server.
Public classWhiteSpaceParser
Parses whitespace
Enumerations

  EnumerationDescription
Public enumerationEmailFlag
The email message flags
Public enumerationEmailFolderType
Public enumerationEmailPriority
The priority of the email message
Public enumerationMessageDispositionMode
Definitions for Message Disposition Mode action and sending options.
Public enumerationMessageDispositionType
Definitions for Message Disposition Mode notification types.
Public enumerationSmtpResponseCategory
Specifies the general category that a particular SMTP response code falls under. This represents the first number of an SMTP Response Code and directly corresponds to the values in the SmtpResponseCode enumeration.
Public enumerationSmtpResponseCode
Specifies the response code recieved from a command to an SMTP server.
Public enumerationSslOption
Specifies what method to use in establishing an SSL connection.