ImapClient.CommitDeletesAsync
CommitDeletesAsync(IConnection)
Commit the deletions
public Task CommitDeletesAsync(IConnection connection)
Parameter | Type | Description |
---|---|---|
connection | IConnection | Connection to a server |
Return Value
Task object, with delegate for this operation
See Also
- interface IConnection
- class ImapClient
- namespace Aspose.Email.Clients.Imap
- assembly Aspose.Email
CommitDeletesAsync(IConnection, int)
Commit the deletions
public Task CommitDeletesAsync(IConnection connection, int sleep)
Parameter | Type | Description |
---|---|---|
connection | IConnection | Connection to a server |
sleep | Int32 | Wait time complete the operation in milliseconds |
Return Value
Task object, with delegate for this operation
See Also
- interface IConnection
- class ImapClient
- namespace Aspose.Email.Clients.Imap
- assembly Aspose.Email
CommitDeletesAsync()
Commit the deletions
public Task CommitDeletesAsync()
Return Value
Task object, with delegate for this operation
See Also
- class ImapClient
- namespace Aspose.Email.Clients.Imap
- assembly Aspose.Email
CommitDeletesAsync(int)
Commit the deletions
public Task CommitDeletesAsync(int sleep)
Parameter | Type | Description |
---|---|---|
sleep | Int32 | Wait time complete the operation in milliseconds |
Return Value
Task object, with delegate for this operation
See Also
- class ImapClient
- namespace Aspose.Email.Clients.Imap
- assembly Aspose.Email
CommitDeletesAsync(IEnumerable<string>)
Commit the deletions This method works only if server supports UIDPLUS extension. Please, read more https://tools.ietf.org/html/rfc4315
public Task CommitDeletesAsync(IEnumerable<string> uidSet)
Parameter | Type | Description |
---|---|---|
uidSet | IEnumerable`1 | Set of unique identifiers for messages |
Return Value
Task object, with delegate for this operation
See Also
- class ImapClient
- namespace Aspose.Email.Clients.Imap
- assembly Aspose.Email
CommitDeletesAsync(string)
Commit the deletions This method works only if server supports UIDPLUS extension. Please, read more https://tools.ietf.org/html/rfc4315
public Task CommitDeletesAsync(string uniqueId)
Parameter | Type | Description |
---|---|---|
uniqueId | String | The uid of a message |
Return Value
Task object, with delegate for this operation
See Also
- class ImapClient
- namespace Aspose.Email.Clients.Imap
- assembly Aspose.Email
CommitDeletesAsync(string, string)
Commit the deletions This method works only if server supports UIDPLUS extension. Please, read more https://tools.ietf.org/html/rfc4315
public Task CommitDeletesAsync(string startUid, string endUid)
Parameter | Type | Description |
---|---|---|
startUid | String | The starting UID of a message list |
endUid | String | The ending UID of a message list |
Return Value
Task object, with delegate for this operation
See Also
- class ImapClient
- namespace Aspose.Email.Clients.Imap
- assembly Aspose.Email
CommitDeletesAsync(IConnection, IEnumerable<string>)
Commit the deletions This method works only if server supports UIDPLUS extension. Please, read more https://tools.ietf.org/html/rfc4315
public Task CommitDeletesAsync(IConnection connection, IEnumerable<string> uidSet)
Parameter | Type | Description |
---|---|---|
connection | IConnection | Connection to a server |
uidSet | IEnumerable`1 | Set of unique identifiers for messages |
Return Value
Task object, with delegate for this operation
See Also
- interface IConnection
- class ImapClient
- namespace Aspose.Email.Clients.Imap
- assembly Aspose.Email
CommitDeletesAsync(IConnection, string)
Commit the deletions
public Task CommitDeletesAsync(IConnection connection, string uniqueId)
Parameter | Type | Description |
---|---|---|
connection | IConnection | Connection to a server |
uniqueId | String | The uid of a message |
Return Value
Task object, with delegate for this operation
See Also
- interface IConnection
- class ImapClient
- namespace Aspose.Email.Clients.Imap
- assembly Aspose.Email
CommitDeletesAsync(IConnection, string, string)
Commit the deletions This method works only if server supports UIDPLUS extension. Please, read more https://tools.ietf.org/html/rfc4315
public Task CommitDeletesAsync(IConnection connection, string startUid, string endUid)
Parameter | Type | Description |
---|---|---|
connection | IConnection | Connection to a server |
startUid | String | The starting UID of a message list |
endUid | String | The ending UID of a message list |
Return Value
Task object, with delegate for this operation
See Also
- interface IConnection
- class ImapClient
- namespace Aspose.Email.Clients.Imap
- assembly Aspose.Email
CommitDeletesAsync(IConnection, CancellationToken)
Commit the deletions
public Task CommitDeletesAsync(IConnection connection, CancellationToken token)
Parameter | Type | Description |
---|---|---|
connection | IConnection | Connection to a server |
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
CommitDeletesAsync(IConnection, int, CancellationToken)
Commit the deletions
public Task CommitDeletesAsync(IConnection connection, int sleep, CancellationToken token)
Parameter | Type | Description |
---|---|---|
connection | IConnection | Connection to a server |
sleep | Int32 | Wait time complete the operation in milliseconds |
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
CommitDeletesAsync(CancellationToken)
Commit the deletions
public Task CommitDeletesAsync(CancellationToken token)
Parameter | Type | Description |
---|---|---|
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
CommitDeletesAsync(int, CancellationToken)
Commit the deletions
public Task CommitDeletesAsync(int sleep, CancellationToken token)
Parameter | Type | Description |
---|---|---|
sleep | Int32 | Wait time complete the operation in milliseconds |
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
CommitDeletesAsync(IEnumerable<string>, CancellationToken)
Commit the deletions This method works only if server supports UIDPLUS extension. Please, read more https://tools.ietf.org/html/rfc4315
public Task CommitDeletesAsync(IEnumerable<string> uidSet, CancellationToken token)
Parameter | Type | Description |
---|---|---|
uidSet | IEnumerable`1 | Set of unique identifiers for messages |
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
CommitDeletesAsync(string, CancellationToken)
Commit the deletions This method works only if server supports UIDPLUS extension. Please, read more https://tools.ietf.org/html/rfc4315
public Task CommitDeletesAsync(string uniqueId, CancellationToken token)
Parameter | Type | Description |
---|---|---|
uniqueId | String | The uid of a message |
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
CommitDeletesAsync(string, string, CancellationToken)
Commit the deletions This method works only if server supports UIDPLUS extension. Please, read more https://tools.ietf.org/html/rfc4315
public Task CommitDeletesAsync(string startUid, string endUid, CancellationToken token)
Parameter | Type | Description |
---|---|---|
startUid | String | The starting UID of a message list |
endUid | String | The ending UID of a message list |
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
CommitDeletesAsync(IConnection, IEnumerable<string>, CancellationToken)
Commit the deletions This method works only if server supports UIDPLUS extension. Please, read more https://tools.ietf.org/html/rfc4315
public Task CommitDeletesAsync(IConnection connection, IEnumerable<string> uidSet,
CancellationToken token)
Parameter | Type | Description |
---|---|---|
connection | IConnection | Connection to a server |
uidSet | IEnumerable`1 | Set of unique identifiers for messages |
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
CommitDeletesAsync(IConnection, string, CancellationToken)
Commit the deletions
public Task CommitDeletesAsync(IConnection connection, string uniqueId, CancellationToken token)
Parameter | Type | Description |
---|---|---|
connection | IConnection | Connection to a server |
uniqueId | String | The uid of a message |
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
CommitDeletesAsync(IConnection, string, string, CancellationToken)
Commit the deletions This method works only if server supports UIDPLUS extension. Please, read more https://tools.ietf.org/html/rfc4315
public Task CommitDeletesAsync(IConnection connection, string startUid, string endUid,
CancellationToken token)
Parameter | Type | Description |
---|---|---|
connection | IConnection | Connection to a server |
startUid | String | The starting UID of a message list |
endUid | String | The ending UID of a message list |
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