NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

Encoding.HeaderName

Returns the name for this encoding that can be used with mail agent header tags. If the encoding may not be used, the string is empty.

[Visual Basic]
Overridable Public ReadOnly Property HeaderName As String
[C#]
public string HeaderName {virtual get;}
[C++]
public: __property virtual String* get_HeaderName();
[JScript]
public function get HeaderName() : String;

See Also

Encoding Class | Encoding Members | System.Text Namespace