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

Back to Mime Class Summary

Mime::Charset

The charset, such as "ISO-8859-1" or "utf-8"

  Declarations  
    [Visual Basic]
Public Property Charset As String

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

[C++]
public: __property String* get_Charset();
public: __property void set_Charset(String *);

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

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