Ews.GetFolderInfoAsync Method
Namespace: Rebex.Net
Assembly: Rebex.Ews.dll (version 7.0.9083)
GetFolderInfoAsync(EwsFolderId, Object)
Begins asynchronous GetFolderInfo operation. 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 optional user-provided object that identifies this particular asynchronous operation. |
Returns
Type | Description |
---|---|
Task<EwsFolderInfo> | EwsFolderInfo of an exchange folder. |