Ews.GetFolderInfoAsync Method
Namespace: Rebex.Net
Assembly: Rebex.Ews.dll (version 8.0.9673)
GetFolderInfoAsync(EwsFolderId, Object)
Gets information about an exchange folder identified by its ID.
Declaration
public Task<EwsFolderInfo> GetFolderInfoAsync(EwsFolderId folderId, object state = null)
Parameters
| Type | Name | Description |
|---|---|---|
| EwsFolderId | folderId | ID of a folder to get the information about. |
| Object | state | An object containing state information for this request. |
Returns
| Type | Description |
|---|---|
| Task<EwsFolderInfo> | EwsFolderInfo of an exchange folder. |