Version: 3.2.1.0
Send, receive, edit, sign/verify and encrypt/decrypt email messages in any .NET application or service. 

Constructing a MIME Message

Problem:

The developer is faced with the challenge of creating a well-formed email message for sending. The application must:

  • Add To, From and CC addresses
  • Add the Subject line
  • Add text and attachments
  • View the raw (encoded) message
  • Save the message to disk
 

Solution:

With the PowerTCP MessageStream object, applications can perform all these tasks and more. The Message Constructor sample demonstrates how to construct properly formed email messages.

Download PowerTCP Mail for .NET Trial

See all samples for PowerTCP Mail for .NET