EwsItemId Property
Gets the EWS item ID.

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

Property Value

Type: ItemId
The ID of the item.
Remarks
You can pass this value to request a particular item, such as with DownloadItem(ItemId, EwsItemParts) method. If you know IDs of the items you need, you can download them all at once using DownloadItems(IEnumerableEwsItem, EwsItemParts) method, even if they are in different folders.
See Also