Contents | Index | Search


  • Email Factory for .NET User Guide
    • Introduction
      • Overview
      • System requirements
      • Evaluation
      • License
      • Purchase
      • Installing your license key
      • Technical support
      • Version history
      • Prerequisites
        • Adding a project reference
    • Classes
      • Smtp
        • Overview
        • Connecting to an SMTP server
        • SMTP authentication
        • Capturing Smtp related events
        • Sending SMTP commands
        • Sending an Email message
        • Sending an Email message for languages other than English
        • Sending an HTML Email message
      • Pop
        • Overview
        • Connecting to a POP server
        • POP authentication
        • Capturing Pop related events
        • Sending POP commands
        • Getting the message count
        • Retrieving all messages
        • Retrieving a single message
        • Deleting all messages
        • Deleting a single message
      • Imap
        • Overview
        • Connecting to a IMAP server
        • Capturing Imap related events
        • Sending IMAP commands
        • Getting the message count
        • Retrieving new messages
        • Retrieving all messages
        • Retrieving a single message
        • Deleting all messages
        • Deleting a single message
        • Getting the message body
        • Getting message attachments
        • Searching for email messages
        • Setting message flags
      • MimeMessage
        • Overview
        • Creating a MimeMessage message
        • Creating a MimeMessage message from a file
        • Setting and getting message headers
        • Setting and getting the message body
        • Setting and getting the message parts
      • EmailMessage
        • Overview
        • Creating an EmailMessage message
        • Setting the message To address
        • Setting the message From address
        • Setting the message Cc address
        • Setting the message Bcc address
        • Setting the message ReplyTo address
        • Setting the message subject
        • Setting the message body
        • Setting the message priority
        • Getting the message body
        • Adding message headers
        • Adding message attachments
        • Getting message attachments
        • Adding HTML content
      • HtmlEmailMessage
        • Overview
        • Creating an HtmlEmailMessage
        • Setting the text part
        • Setting the HTML part
        • Embedding images