Class | Description | |
---|---|---|
Attachment | A MIME part that has a "Content-Disposition: attachment" header label. Supports non-MIME uu-encoded attachments. Content represents the file on disk. | |
AuthenticatedSession | Holds authentication configuration used by transport protocols. | |
BaseEventArgs | Base class for event arguments. | |
ClientSecurity | Holds the configuration used to establish an SSL client session. | |
ComponentBase | Base class for PowerTCP Components. | |
ContentDisposition | Provides decoding support missing from System.Net.Mime.ContentDisposition. | |
ContentType | Provides decoding support missing from System.Net.Mime.ContentType. | |
DartLicenseException | The base class for all Dart component license exceptions. | |
Data | Encapsulates data read or written. | |
DataEventArgs | Provides data for reporting events. | |
DataException | Thrown when the expected data could not be read. | |
DeliveryStatusNotification | Specifies the Delivery Status Notification (DSN) options to use when sending mail using SMTP. | |
ErrorEventArgs | Provides data for the Error event. | |
HeaderDictionary | Provides a Dictionary of HeaderField objects using the header field name as the lookup key. See HeaderKey for common header field names. | |
HeaderField | Provides encoding, decoding, parsing and manipulation for mail header fields (lines in the mail header). | |
HeaderKey | Provides header field name strings that are used to index into HeaderDictionary. | |
Htmlpart | Specializes Textpart using "text/html" ContentType. | |
Imap | Integrates Internet Message Access Protocol (IMAP4) functionality into any .NET application. | |
ImapAlertEventArgs | Provides data for the Imap.Alert event. | |
ImapMessage | Represents a message the IMAP server is managing. | |
ImapProgressEventArgs | Provides data for Imap.Progress. | |
ImapResponse | Represents a single line response from an IMAP server. | |
ImapSearchParameter | Represents a search criteria for Mailbox.Search. | |
ImapSession | Holds configuration specialized for Imap. | |
ImapUpdateEventArgs | Provides data for Imap.Update. | |
ImapUTF7 | Provides modified UTF-7 encoding for encoding/decoding Mailbox.Name. | |
IPEndPoint | Allows user to specify a range of IPEndPoints for local binding. Also resolves hostnames and saves them for future use. | |
MailBase | Base class used by Pop, Imap and Smtp. | |
Mailbox | Represents a mailbox on the IMAP server. | |
MailboxCollection | A List of Mailbox objects sorted by Mailbox.Name. | |
MailMessage | PowerTCP object model of an RFC 822 email message. | |
MailSecurity | Specializes ClientSecurity with configuration properties used by Mail connections. | |
MailSession | Holds configuration common to all email transport protocols. | |
MessageBase | Abstract base class for server-side mail messages. | |
Messagepart | A MIME part that has a "Content-Type: message/rfc822" header label and does not have "Content-Disposition: attachment" header label. | |
Multipart | Implements base functionality for all multi-part mail parts. | |
MultipartContent | Multi-part content (a List of parts) that follows the header. | |
Part | Implements base functionality for all mail classes that have a header and a body. | |
PartCollection<T> | Base class that implements a generic List that operates on Multipart.Parts. | |
PipelineSendException | Thrown when a message fails to be sent using the SMTP Pipelining extension. | |
Pop | Integrates Post Office Protocol version 3 (POP3) functionality into any .NET application, allowing applicationS to easily download Internet mail. | |
PopMessage | ||
PopMessageCollection | A List of PopMessage objects representing the mail messages on the POP server. | |
PopProgressEventArgs | Provides data for Pop.Progress. | |
ProgressEventArgs | Base class for PopProgressEventArgs, ImapProgressEventArgs and SmtpProgressEventArgs. | |
ProtocolException | Thrown when an upper-layer protocol like FTP, SMTP or POP3 receives a negative response from the server. | |
Proxy | Describes the server proxy, if any, to connect to. | |
Recipient | Associates a recipient's System.Net.Mail.MailAddress with the response received from the server when the address was submitted. | |
Resource | Implements base functionality for classes that have a header and a single part (not multi-part). | |
Security | Holds the configuration used to establish an SSL session. | |
Segment | Used to describe a byte[] segment that holds data. | |
Session | Holds the configuration common to UDP and TCP. | |
Smtp | Integrates Simple Mail Transfer Protocol (SMTP) functionality into any .NET application, allowing applications to easily send Internet mail. | |
SmtpProgressEventArgs | Provides data for Smtp.Progress. | |
SmtpResult | Represents the results from an SMTP send operation. | |
SmtpSession | Holds configuration specialized for Imap. | |
SocketBase | Base class for PowerTCP Components. | |
SocketOption | Contains socket options that may be set by TCP and UDP sockets. These options are automatically applied to the connection used. | |
TcpBase | Base class for components utilizing protocols built upon the TCP protocol. | |
TcpSession | Holds the configuration used by TCP. | |
TcpSocketOption | Contains socket options that may be set by TCP sockets. | |
Textpart | Implements a part used to encapsulate Unicode characters. | |
UserStateEventArgs | Provides data for ComponentBase.UserState. Base class for EventArgs that have Message and UserState properties. |
Delegate | Description | |
---|---|---|
TcpAsyncCallback | References the method to invoke on an IO completion thread when the corresponding asynchronous operation completes. |
Enumeration | Description | |
---|---|---|
Authentication | Enumerates the values of MailSession.Authentication. | |
ConnectionState | Enumerates the possible values of the connection state. | |
DataDirection | Enumerates the direction of data flow. | |
DigestAlgorithm | Algorithms used to sign (hash) an S/MIME message. | |
Encrypt | Enumerates the techniques used to establish SSL connections. | |
EncryptingAlgorithm | Possible symmetric algorithms used to encrypt an S/MIME message. | |
ForwardFormat | The supported formats used for forwarding an existing message. | |
ImapCode | Represents IMAP response codes. | |
ImapCriterion | Details criterion for the IMAP SEARCH command. | |
ImapFlags | Represents IMAP flags. | |
ImapMessageInfo | Represents the section(s) of an IMAP message when partial messages are retrieved. | |
ImapStatus | Enumerates IMAP status codes. | |
PopMessageInfo | Enumerates the possible values of PopMessage.Info. | |
Priority | Possible values of MailMessage.Priority. | |
ProxyType | Enumerates the provided proxy support that can be used. | |
SecureEncoding | Possible S/MIME encoding exposed by the message (which may have multiple nested encodings). Only the exposed encoding is known. | |
TransferEncoding | Enumerates the transfer encoding algorithms used on part content. |