TnefWriter.MessageCodePage property
The MessageCodePage property returns an integer representing the code page used when writing data to the Stream object that this TnefWriter object owns.
Namespace: Microsoft.Exchange.Data.ContentTypes.Tnef
Assembly: Microsoft.Exchange.Data.Common (in Microsoft.Exchange.Data.Common.dll)
Syntax
'Declaration
Public ReadOnly Property MessageCodePage As Integer
Get
'Usage
Dim instance As TnefWriter
Dim value As Integer
value = instance.MessageCodePage
public int MessageCodePage { get; }
Property value
Type: System.Int32