BodyCharSet (Dundas Mailer Control 1.0)
Overview | Properties | Methods
This property determines the character set to be used for the text-based body of the email.
Syntax
MailerObject.BodyCharSet = [string]
The BodyCharSet 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 BodyCharSet is used in conjunction with the Body property which determines the text-based body of the email. Alternatively you can set the BodyCharSet property and load the message body from file via the LoadBodyFromFile method.
To select a character set for an html-based email use the HtmlBodyCharSet property.
See Also: Body