The PowerTCP Secure Mail for .NET installation comes complete with the following:
| Class |
Description |
| Imap Component |
Used to remotely manage email from within a .NET application. |
| Pop Component |
Used to receive email from within a .NET application. |
| Smtp Component |
Used to send email from within a .NET application. |
| MessageStream Class |
Represents an email message. |
| Attachments Class |
Represents all recursive attachments contained within a message. |
| AttachmentStream Class |
Represents a non-MIME attachment and is the base class for MimeAttachmentStream. |
| AttachmentStreams Class |
Collection that contains AttachmentStream objects. |
| Certificate Class |
Represents a digital certificate. |
| CertificateStore Class |
Used to gain access to a store of certificates on the local system. |
| DeliveryStatusNotification Class |
Provides an easy way to handle DSN when sending mail. |
| ImapMessage Class |
Represents a message on an IMAP server. |
| ImapMessageCollection Class |
Collection that contains ImapMessage objects and enables bulk operations to be carried out on messages. |
| ImapResponse Class |
Represents a response from an IMAP server. |
| ImapSearchParameter Class |
Represents a parameter that can be used when using the IMAP SEARCH command. |
| ImapUTF7Encoding Class |
Represents a modified UTF-7 encoding of Unicode characters to be used for IMAP mailbox names. |
| MailAddress Class |
Represents an email address. |
| MailAddresses Class |
Collection that contains MailAddress objects and provides common email address processing functionality. |
| Mailbox Class |
Represents a mailbox on an IMAP server. |
| MailboxCollection Class |
Collection that contains Mailbox objects and enables bulk operations to be carried out on mailboxes. |
| MailHeader Class |
Collection that represents an email message header. |
| MessagePartStream Class |
Represents a simple, inline MIME part. |
| MessagePartStreams Class |
Collection that contains MessagePartStream objects. |
| MessageStreams Class |
Collection that contains MessageStream objects. |
| MimeAttachmentStream Class |
Represents a MIME attachment. |
| MimeAttachmentStreams Class |
Collection that contains MimeAttachmentStream objects. |
| NonMime Class |
Provides access to all non-MIME content within the message. |
| Parts Class |
Provides access to all MIME content within the message. |
| PopMessage Class |
Represents a message on a POP server. |
| Proxy Class |
Provides an easy way to communicate with proxy servers. |