ImapClient.GetFolderInfoAsync
Contents
[
Hide
]GetFolderInfoAsync(IConnection, string)
Returns information about the specified folder without selecting it
public Task<ImapFolderInfo> GetFolderInfoAsync(IConnection connection, string folderName)
Parameter | Type | Description |
---|---|---|
connection | IConnection | Connection to a server |
folderName | String | Folder to retrieve information about |
Return Value
Task object, with delegate for this operation
See Also
- class ImapFolderInfo
- interface IConnection
- class ImapClient
- namespace Aspose.Email.Clients.Imap
- assembly Aspose.Email
GetFolderInfoAsync(string)
Returns information about the specified folder without selecting it
public Task<ImapFolderInfo> GetFolderInfoAsync(string folderName)
Parameter | Type | Description |
---|---|---|
folderName | String | Folder to retrieve information about |
Return Value
Task object, with delegate for this operation
See Also
- class ImapFolderInfo
- class ImapClient
- namespace Aspose.Email.Clients.Imap
- assembly Aspose.Email
GetFolderInfoAsync(IConnection, string, CancellationToken)
Returns information about the specified folder without selecting it
public Task<ImapFolderInfo> GetFolderInfoAsync(IConnection connection, string folderName,
CancellationToken token)
Parameter | Type | Description |
---|---|---|
connection | IConnection | Connection to a server |
folderName | String | Folder to retrieve information about |
token | CancellationToken | Propagates notification that operations should be canceled. |
Return Value
Task object, with delegate for this operation
See Also
- class ImapFolderInfo
- interface IConnection
- class ImapClient
- namespace Aspose.Email.Clients.Imap
- assembly Aspose.Email
GetFolderInfoAsync(string, CancellationToken)
Returns information about the specified folder without selecting it
public Task<ImapFolderInfo> GetFolderInfoAsync(string folderName, CancellationToken token)
Parameter | Type | Description |
---|---|---|
folderName | String | Folder to retrieve information about |
token | CancellationToken | Propagates notification that operations should be canceled. |
Return Value
Task object, with delegate for this operation
See Also
- class ImapFolderInfo
- class ImapClient
- namespace Aspose.Email.Clients.Imap
- assembly Aspose.Email