IAsyncImapClient.GetFolderInfoAsync
IAsyncImapClient.GetFolderInfoAsync method
Returns information about the specified folder without selecting it
public Task<ImapFolderInfo> GetFolderInfoAsync(string folderName, IConnection connection = null,
CancellationToken token = default)
Parameter | Type | Description |
---|---|---|
connection | String | Connection to a server |
folderName | IConnection | Folder to retrieve information about |
token | CancellationToken | Propagates notification that operations should be canceled. |
Return Value
The specified folder information
See Also
- class ImapFolderInfo
- interface IConnection
- interface IAsyncImapClient
- namespace Aspose.Email.Clients.Imap
- assembly Aspose.Email