Gets or sets a string that specifies the character set for the message.
The default character set is based on the system Regional Settings. MailMill supports all charsets that are supported by Internet Explorer.
This sample shows how to specifies the message charset.
Mail oMail = new Mail(); oMail.Charset = "utf-8";
Mail Class | MailMill Namespace