EwsDownloadItemAsync Method (FolderId, Int32, 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(
FolderId id,
int index,
PropertySet properties
)
Public Function DownloadItemAsync (
id As FolderId,
index As Integer,
properties As PropertySet
) As Task(Of EwsItem)
Parameters
- id
- Type: FolderId
- index
- Type: SystemInt32
- 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 item in the given folder,
or a null reference (
Nothing in Visual Basic) on error.
Exceptions Remarks See Also