EwsItemCodePage Property
Codepage used to compose the message.

Namespace: MailBee.EwsMail
Assembly: MailBee.NET (in MailBee.NET.dll) Version: 12.4 build 677 for .NET 4.5
Syntax
public int CodePage { get; }

Property Value

Type: Int32
The 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
MailBee requests this property from the Exchange server if message body is requested (when a method like DownloadItems(FolderId, Int32, Int32, Boolean, EwsItemParts) was called with at least MailMessageBody flag in parts parameter value).
See Also