Ews.GetMessageList Method
Namespace: Rebex.Net
Assembly: Rebex.Ews.dll (version 7.0.9119)
GetMessageList(EwsFolderId)
Lists specified folder to retrieve collection of containing items.
Declaration
public EwsMessageCollection GetMessageList(EwsFolderId folderId)
Parameters
| Type | Name | Description | 
|---|---|---|
| EwsFolderId | folderId | ID of a folder to be listed.  | 
    
Returns
| Type | Description | 
|---|---|
| EwsMessageCollection | List of EwsMessageInfo.  | 
    
GetMessageList(EwsFolderId, EwsItemFields)
Lists specified folder to retrieve collection of containing items.
Declaration
public EwsMessageCollection GetMessageList(EwsFolderId folderId, EwsItemFields fields)
Parameters
| Type | Name | Description | 
|---|---|---|
| EwsFolderId | folderId | ID of a folder to be listed.  | 
    
| EwsItemFields | fields | Set of message properties to be retrieved.  | 
    
Returns
| Type | Description | 
|---|---|
| EwsMessageCollection | List of EwsMessageInfo.  | 
    
GetMessageList(EwsFolderId, EwsPageView)
Lists specified folder to retrieve collection of containing items.
Declaration
public EwsMessageCollection GetMessageList(EwsFolderId folderId, EwsPageView pageView)
Parameters
| Type | Name | Description | 
|---|---|---|
| EwsFolderId | folderId | ID of a folder to be listed.  | 
    
| EwsPageView | pageView | Paging definition. Can be null (Nothing in VB.NET).  | 
    
Returns
| Type | Description | 
|---|---|
| EwsMessageCollection | List of EwsMessageInfo.  | 
    
GetMessageList(EwsFolderId, EwsItemFields, EwsPageView)
Lists specified folder to retrieve collection of containing items.
Declaration
public EwsMessageCollection GetMessageList(EwsFolderId folderId, EwsItemFields fields, EwsPageView pageView)
Parameters
| Type | Name | Description | 
|---|---|---|
| EwsFolderId | folderId | ID of a folder to be listed.  | 
    
| EwsItemFields | fields | Set of message properties to be retrieved.  | 
    
| EwsPageView | pageView | Paging definition. Can be null (Nothing in VB.NET).  | 
    
Returns
| Type | Description | 
|---|---|
| EwsMessageCollection | List of EwsMessageInfo.  | 
    
GetMessageList(EwsFolderId, EwsItemFields, EwsListView)
Lists specified folder to retrieve collection of containing items.
Declaration
public EwsMessageCollection GetMessageList(EwsFolderId folderId, EwsItemFields fields, EwsListView listView)
Parameters
| Type | Name | Description | 
|---|---|---|
| EwsFolderId | folderId | ID of a folder to be listed.  | 
    
| EwsItemFields | fields | Set of message properties to be retrieved.  | 
    
| EwsListView | listView | List view options. Can be null (Nothing in VB.NET).  | 
    
Returns
| Type | Description | 
|---|---|
| EwsMessageCollection | List of EwsMessageInfo.  |