HtmlBodyCharSet (Dundas Mailer Control 1.0)

Dundas

HtmlBodyCharSet (Dundas Mailer Control 1.0)

Overview | Properties | Methods

This property determines the character set to be used for the body of an html-based email.

Syntax

MailerObject.HtmlBodyCharSet = [string]

The HtmlBodyCharSet property syntax has the following parts:

Part

Description

string

Any valid character set. Defaults to US-ASCII.

Remarks

Use this property to select a character set for the message body. The value of HtmlBodyCharSet is used in conjunction with the HtmlBody property which determines the html-based body of the email. Alternatively you can set the HtmlBodyCharSet property and load the message body from file via the LoadBodyFromFile method (make sure that the text file has the appropriate html tags in it).

To select a character set for text-based email use the BodyCharSet property.

See Also: HtmlBody