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.BodyName

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

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

See Also

Encoding Class | Encoding Members | System.Text Namespace