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, _ pageView As EwsPageView _ ) As EwsItemCollection  | 
| C# | 
|---|
public EwsItemCollection GetItemList( EwsFolderId folderId, EwsPageView pageView )  | 
Parameters
- folderId
 - Type: Rebex.Net..::..EwsFolderId
ID of a folder to be listed. 
- pageView
 - Type: Rebex.Net..::..EwsPageView
Paging definition. Can be null (Nothing in VB.NET).