ImapClient.ExistFolderAsync
Contents
[
Hide
]ExistFolderAsync(string)
Check whether this folder exists
public Task<bool> ExistFolderAsync(string folderName)
Parameter | Type | Description |
---|---|---|
folderName | String | Name of the folder |
Return Value
Task object, with delegate for this operation
See Also
- class ImapClient
- namespace Aspose.Email.Clients.Imap
- assembly Aspose.Email
ExistFolderAsync(IConnection, string)
Check whether this folder exists
public Task<bool> ExistFolderAsync(IConnection connection, string folderName)
Parameter | Type | Description |
---|---|---|
connection | IConnection | Connection to a server |
folderName | String | Name of the folder |
Return Value
Task object, with delegate for this operation
See Also
- interface IConnection
- class ImapClient
- namespace Aspose.Email.Clients.Imap
- assembly Aspose.Email
ExistFolderAsync(string, CancellationToken)
Check whether this folder exists
public Task<bool> ExistFolderAsync(string folderName, CancellationToken token)
Parameter | Type | Description |
---|---|---|
folderName | String | Name of the folder |
token | CancellationToken | Propagates notification that operations should be canceled. |
Return Value
Task object, with delegate for this operation
See Also
- class ImapClient
- namespace Aspose.Email.Clients.Imap
- assembly Aspose.Email
ExistFolderAsync(IConnection, string, CancellationToken)
Check whether this folder exists
public Task<bool> ExistFolderAsync(IConnection connection, string folderName,
CancellationToken token)
Parameter | Type | Description |
---|---|---|
connection | IConnection | Connection to a server |
folderName | String | Name of the folder |
token | CancellationToken | Propagates notification that operations should be canceled. |
Return Value
Task object, with delegate for this operation
See Also
- interface IConnection
- class ImapClient
- namespace Aspose.Email.Clients.Imap
- assembly Aspose.Email