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
Get
Set
'Usage
Dim instance As TnefReader
Dim value As Integer
value = instance.MessageCodepage
instance.MessageCodepage = value
public int MessageCodepage { get; set; }
Property value
Type: System.Int32