.NET Components
Chilkat .NET Components for Email, Zip Compression, Encryption, XML, S/MIME, and Character Encoding Conversion

Back to Email Class Summary

Email::PlainTextCharset

The character encoding of the plain-text email body, such as utf-8, iso-8859-1, shift-jis, big5, etc. To convert the plain-text body to another character encoding, simply set this property to the name of a different charset. If the conversion fails because characters in the source have no representation in the target encoding, then nothing will happen and the PlainTextCharset property will remain unchanged.

  Declarations  
    [Visual Basic]
Public Property PlainTextCharset As String

[C#]
public string PlainTextCharset {get; set;}

[C++]
public: __property String* get_PlainTextCharset();
public: __property void set_PlainTextCharset(String *);

[JScript]
public function get PlainTextCharset() : String;
public function set PlainTextCharset(String);
 

Copyright 2002, Chilkat Software, Inc. All Rights Reserved.