Implements the Multipurpose Internet Mail Extensions standard.
For a list of all members of this type, see MailMessage Members.
System.Object
SocketTools.MailMessage
Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.
The MailMessage class provides an interface for composing and processing email messages and newsgroup articles which are structured according to the Multipurpose Internet Mail Extensions (MIME) standard. Using this class, an application can easily create complex messages which include multiple alternative content types, such as plain text and styled HTML text, file attachments and customized headers.
It is not required that the developer understand the complex MIME standard; a single method can be used to create multipart message, complete with a styled HTML text body and support for international character sets. The MailMessage class can be easily integrated with the other mail related protocol classes, making it extremely easy to create and process MIME formatted messages.
Namespace: SocketTools
Assembly: SocketTools.MailMessage (in SocketTools.MailMessage.dll)