Ews.FindFolder Method
Namespace: Rebex.Net
Assembly: Rebex.Ews.dll (version 7.0.9313)
FindFolder(EwsFolderId, String)
Finds a folder with given name in a parent folder.
Declaration
public EwsFolderInfo FindFolder(EwsFolderId parentId, string name)Parameters
| Type | Name | Description | 
|---|---|---|
| EwsFolderId | parentId | ID of a folder where to find requested folder name. | 
| String | name | Name of the folder to be found. | 
Returns
| Type | Description | 
|---|---|
| EwsFolderInfo | EwsFolderInfo object if the folder was found; null (Nothing in VB.NET) otherwise. |