EwsItemSize Property
The size of the item in bytes.

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

Property Value

Type: Int32
The size of the item in bytes, 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 so-called first-class properties for an item are requested (when a method like DownloadItems(FolderId, Int32, Int32, Boolean, EwsItemParts) was called with at least GenericItem flag in parts parameter value).
See Also