Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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