Version: 3.0.3.2
Securely send, receive, preview, edit, sign/verify, and encrypt/decrypt email messages in any .NET project. 

Components Included with Mail for .NET

  • 26 Components/Major Classes.
  • 16 Full Sample projects (in both VB.NET and C#).
  • Full MS Help 2.0 Documentation, including extensive examples and tutorials.
  • Free Introductory Support.
Class Description
Imap Component Uses IMAP4 to remotely manage email from within a .NET application.  SSL supported.
Pop Component Uses POP3 to retrieve email from within a .NET application.  SSL supported.
Smtp Component Uses SMTP to send email from within a .NET application.  SSL supported.
MessageStream Class Represents a MIME email message.  Secure MIME (S/MIME) supported.
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 which contains AttachmentStream objects.
Certificate Class Represents a digital certificate for SSL security.
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 which 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.
MailAddress Class Represents an email address.
MailAddresses Class Collection which contains MailAddress objects and provides common email address processing functionality.
Mailbox Class Represents a mailbox on an IMAP server.
MailboxCollection Class Collection which contains Mailbox objects and enables bulk operations to be carried out on mailboxes.
MailHeader Class Collection which represents an email message header.
MessagePartStream Class Represents a simple, inline MIME part.
MessagePartStreams Class Collection which contains MessagePartStream objects.
MessageStreams Class Collection which contains MessageStream objects.
MimeAttachmentStream Class Represents a MIME attachment.
MimeAttachmentStreams Class Collection which 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 POP3 server.
Proxy Class Provides an easy way to communicate with proxy servers.