MailMill COM 1.0 Documentation

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:
MailMill Component | Mail Object

 

Copyright © Active+ Software 2005 - All rights reserved