Message Class | PlainTextMessage Class | HtmlMessage Class | UUEncodedMessage Class | Programming with FireMail for .NET

It is possible that a mail message will not display as intended in some mail clients (either a desktop client such as Microsoft Outlook or a Web Browser such as Internet Explorer for web-based email). In order to make messages designed using FireMail have maximum compatibility, here are few guides:

Choosing the message type

Choosing the right message type involves, whether the message has to be a MIME based or RFC 822 based format. FireMail gives out two MIME message formats – PlainText and HTML; and one message format, namely UUEncoded for those that are based on RFC 822. Given below are the guidelines for choosing the required message format.

Choosing the Character set

Choosing the right character set is required to ensure that the characters in the message are not altered in the client while displaying it. By default, FireMail assigns ISO-8859-1 for 7 & 8 bit characters and UTF-8 for Unicode characters. FireMail also supports others character sets in System.Text.Encoding.

Choosing Image Embedding options

Embedding the images inside an HTML message can be done using the following methods: The guidelines for choosing from the above three are as follows:

See Also 

Message Class | PlainTextMessage Class | HtmlMessage Class | UUEncodedMessage Class | Programming with FireMail for .NET