ExistFolderAsync
Contents
[
Hide
]
ImapClient.ExistFolderAsync method (1 of 4)
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
ImapClient.ExistFolderAsync method (2 of 4)
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
ImapClient.ExistFolderAsync method (3 of 4)
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
ImapClient.ExistFolderAsync method (4 of 4)
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