property HeadersCharset: string;
Description
Holds the charset to encode custom headers for this email message.
An SMTP message consists of headers and a body. HeadersCharset is used to encode Headers and SpecialHeaders.
Use the ContentCharset property to specify the encoding for the body.
See Also