| EwsDownloadItemsAsync Method (FolderId, Int32, Int32, Boolean, EwsItemParts) | 
 
Namespace: MailBee.EwsMailAssembly: MailBee.NET (in MailBee.NET.dll) Version: 12.5.0 build 687 for .NET 4.5
 Syntax
Syntaxpublic Task<EwsItemList> DownloadItemsAsync(
	FolderId id,
	int startIndex,
	int count,
	bool unreadOnly,
	EwsItemParts parts
)
Public Function DownloadItemsAsync ( 
	id As FolderId,
	startIndex As Integer,
	count As Integer,
	unreadOnly As Boolean,
	parts As EwsItemParts
) As Task(Of EwsItemList)
Parameters
- id
- Type: FolderId
 
- startIndex
- Type: SystemInt32
 
- count
- Type: SystemInt32
 
- unreadOnly
- Type: SystemBoolean
 
- parts
- Type: MailBee.EwsMailEwsItemParts
 
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
Exceptions Remarks
Remarks See Also
See Also