EwsItem Constructor (ItemId)
Creates a new EwsItem from the specified ID.

Namespace: MailBee.EwsMail
Assembly: MailBee.NET (in MailBee.NET.dll) Version: 12.4 build 677 for .NET 4.5
Syntax
public EwsItem(
	ItemId id
)

Parameters

id
Type: ItemId
Item ID. Null reference (Nothing in Visual Basic) not allowed.
Remarks
This overload lets you wrap EWS Managed API's ItemId with MailBee's EwsItem object. This can be useful, for instance, if you're building the list of EwsItem object to be then passed to a method like DownloadItems(IEnumerableEwsItem, EwsItemParts) and for some reason already have your input data as ItemId objects from EWS Managed API.
See Also