EwsDownloadItemAsync Method (ItemId, EwsItemParts) |
Namespace: MailBee.EwsMailAssembly: MailBee.NET (in MailBee.NET.dll) Version: 12.5.0 build 687 for .NET 4.5
Syntax public Task<EwsItem> DownloadItemAsync(
ItemId id,
EwsItemParts parts
)
Public Function DownloadItemAsync (
id As ItemId,
parts As EwsItemParts
) As Task(Of EwsItem)
Parameters
- id
- Type: ItemId
- parts
- Type: MailBee.EwsMailEwsItemParts
Return Value
Type:
TaskEwsItemA task that represents the asynchronous operation. The value of
TResult parameter points to
EwsItem object which represents the downloaded item,
or a null reference (
Nothing in Visual Basic) on error.
Exceptions Remarks See Also