Codepage used to compose the message.
Namespace: MailBee.EwsMailAssembly: MailBee.NET (in MailBee.NET.dll) Version: 12.5.0 build 687 for .NET 4.5
Syntax public int CodePage { get; }
Public ReadOnly Property CodePage As Integer
Get
Property Value
Type:
Int32The codepage used to compose the message, or 0 if not available, or -1 if this
EwsItem was constructed manually
(such as with
EwsItem(ItemId) constructor) and there is no data in it.
Remarks See Also