MailMill .NET Class Library

Mail.Charset Property

Gets or sets a string that specifies the character set for the message.

public string Charset {get; set;}

Remarks

The default character set is based on the system Regional Settings. MailMill supports all charsets that are supported by Internet Explorer.

Example

This sample shows how to specifies the message charset.

Mail oMail = new Mail();
oMail.Charset = "utf-8";

See Also

Mail Class | MailMill Namespace