Ews.GetItemListAsync Method
Namespace: Rebex.Net
Assembly: Rebex.Ews.dll (version 8.0.9673)
GetItemListAsync(EwsFolderId, Object)
Lists specified folder to retrieve collection of containing items.
Declaration
public Task<EwsItemCollection> GetItemListAsync(EwsFolderId folderId, object state = null)
Parameters
| Type | Name | Description |
|---|---|---|
| EwsFolderId | folderId | ID of a folder to be listed. |
| Object | state | An object containing state information for this request. |
Returns
| Type | Description |
|---|---|
| Task<EwsItemCollection> | List of EwsItemInfo. |
GetItemListAsync(EwsFolderId, EwsItemFields, Object)
Lists specified folder to retrieve collection of containing items.
Declaration
public Task<EwsItemCollection> GetItemListAsync(EwsFolderId folderId, EwsItemFields fields, object state = null)
Parameters
| Type | Name | Description |
|---|---|---|
| EwsFolderId | folderId | ID of a folder to be listed. |
| EwsItemFields | fields | Set of item properties to be retrieved. |
| Object | state | An object containing state information for this request. |
Returns
| Type | Description |
|---|---|
| Task<EwsItemCollection> | List of EwsItemInfo. |
GetItemListAsync(EwsFolderId, EwsPageView, Object)
Lists specified folder to retrieve collection of containing items.
Declaration
public Task<EwsItemCollection> GetItemListAsync(EwsFolderId folderId, EwsPageView pageView, object state = null)
Parameters
| Type | Name | Description |
|---|---|---|
| EwsFolderId | folderId | ID of a folder to be listed. |
| EwsPageView | pageView | Paging definition. Can be null (Nothing in VB.NET). |
| Object | state | An object containing state information for this request. |
Returns
| Type | Description |
|---|---|
| Task<EwsItemCollection> | List of EwsItemInfo. |
GetItemListAsync(EwsFolderId, EwsItemFields, EwsPageView, Object)
Lists specified folder to retrieve collection of containing items.
Declaration
public Task<EwsItemCollection> GetItemListAsync(EwsFolderId folderId, EwsItemFields fields, EwsPageView pageView, object state = null)
Parameters
| Type | Name | Description |
|---|---|---|
| EwsFolderId | folderId | ID of a folder to be listed. |
| EwsItemFields | fields | Set of item properties to be retrieved. |
| EwsPageView | pageView | Paging definition. Can be null (Nothing in VB.NET). |
| Object | state | An object containing state information for this request. |
Returns
| Type | Description |
|---|---|
| Task<EwsItemCollection> | List of EwsItemInfo. |
GetItemListAsync(EwsFolderId, EwsItemFields, EwsListView, Object)
Lists specified folder to retrieve collection of containing items.
Declaration
public Task<EwsItemCollection> GetItemListAsync(EwsFolderId folderId, EwsItemFields fields, EwsListView listView, object state = null)
Parameters
| Type | Name | Description |
|---|---|---|
| EwsFolderId | folderId | ID of a folder to be listed. |
| EwsItemFields | fields | Set of item properties to be retrieved. |
| EwsListView | listView | List view options. Can be null (Nothing in VB.NET). |
| Object | state | An object containing state information for this request. |
Returns
| Type | Description |
|---|---|
| Task<EwsItemCollection> | List of EwsItemInfo. |