EwsDownloadItemsAsync Method (FolderId, Int32, Int32, Boolean) |
Namespace: MailBee.EwsMailAssembly: MailBee.NET (in MailBee.NET.dll) Version: 12.5.0 build 687 for .NET 4.5
Syntax public Task<EwsItemList> DownloadItemsAsync(
FolderId id,
int startIndex,
int count,
bool unreadOnly
)
Public Function DownloadItemsAsync (
id As FolderId,
startIndex As Integer,
count As Integer,
unreadOnly As Boolean
) As Task(Of EwsItemList)
Parameters
- id
- Type: FolderId
- startIndex
- Type: SystemInt32
- count
- Type: SystemInt32
- unreadOnly
- Type: SystemBoolean
Return Value
Type:
TaskEwsItemListA task that represents the asynchronous operation. The value of
TResult parameter points to
EwsItemList object which represents the list of items in the given folder,
or a null reference (
Nothing in Visual Basic) on error.
Exceptions Remarks See Also