Lists specified folder to retrieve collection of containing items.
Namespace:
Rebex.Net
Assembly:
Rebex.Ews (in Rebex.Ews.dll)
Syntax
Visual Basic |
---|
Public Function GetItemList ( _ folderId As EwsFolderId, _ fields As EwsItemFields, _ listView As EwsListView _ ) As EwsItemCollection |
C# |
---|
public EwsItemCollection GetItemList( EwsFolderId folderId, EwsItemFields fields, EwsListView listView ) |
Parameters
- folderId
- Type: Rebex.Net..::..EwsFolderId
ID of a folder to be listed.
- fields
- Type: Rebex.Net..::..EwsItemFields
Set of item properties to be retrieved.
- listView
- Type: Rebex.Net..::..EwsListView
List view options. Can be null (Nothing in VB.NET).