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