EwsDownloadItemAsync Method (ItemId, PropertySet) |
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,
PropertySet properties
)
Public Function DownloadItemAsync (
id As ItemId,
properties As PropertySet
) As Task(Of EwsItem)
Parameters
- id
- Type: ItemId
- properties
- Type: PropertySet
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