TnefReader.MessageCodepage Property
The MessageCodepage gets an integer value representing the codepage to use to decode 8-bit character string properties in the TNEF data stream that belongs to this TnefReader object.
Namespace: Microsoft.Exchange.Data.ContentTypes.Tnef
Assembly: Microsoft.Exchange.Data.Common (in microsoft.exchange.data.common.dll)
Syntax
'Declaration
Public Property MessageCodepage As Integer
public int MessageCodepage { get; set; }
public:
property int MessageCodepage {
int get ();
void set (int value);
}
/** @property */
public int get_MessageCodepage ()
/** @property */
public void set_MessageCodepage (int value)
public function get MessageCodepage () : int
public function set MessageCodepage (value : int)
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
Development Platforms
Windows XP Professional with Service Pack 2 (SP2), Windows Server 2003,
Target Platforms
Windows Server 2003