Charset Mail Property:
Gets or sets a string that specifies the
character set for the message.
Syntax:
[C++]
HRESULT get_Charset(BSTR *pVal);
HRESULT put_Charset(BSTR newVal);
[VB]
Property Charset As String
Remark:
The default character set is based on the
system Regional Settings. MailMill supports all charsets that are
supported by Internet Explorer.
Example:
[VB]
Dim oMail As New Mail
oMail.Charset = "utf-8"
See also: