MoveMessageAsync
ImapClient.MoveMessageAsync method (1 of 16)
Moves the messaeg
public Task<string> MoveMessageAsync(IConnection connection, int sequenceNumber, string folderName,
bool commitDeletions)
Parameter | Type | Description |
---|---|---|
connection | IConnection | Connection to a server |
sequenceNumber | Int32 | The sequence number of the message |
folderName | String | Folder name where a message is to be moved |
commitDeletions | Boolean | Specifies whether deletions should be committed. |
Return Value
Task object, with delegate for this operation
See Also
- interface IConnection
- class ImapClient
- namespace Aspose.Email.Clients.Imap
- assembly Aspose.Email
ImapClient.MoveMessageAsync method (2 of 16)
Moves the message
public Task<string> MoveMessageAsync(IConnection connection, string uniqueId, string folderName,
bool commitDeletions)
Parameter | Type | Description |
---|---|---|
connection | IConnection | Connection to a server |
uniqueId | String | The uid of the message |
folderName | String | Folder name where a message is to be moved |
commitDeletions | Boolean | Specifies whether deletions should be committed. |
Return Value
Task object, with delegate for this operation
See Also
- interface IConnection
- class ImapClient
- namespace Aspose.Email.Clients.Imap
- assembly Aspose.Email
ImapClient.MoveMessageAsync method (3 of 16)
Moves the message
public Task<string> MoveMessageAsync(int sequenceNumber, string folderName, bool commitDeletions)
Parameter | Type | Description |
---|---|---|
sequenceNumber | Int32 | The sequence number of the message |
folderName | String | Folder name where a message is to be moved |
commitDeletions | Boolean | Specifies whether deletions should be committed. |
Return Value
Task object, with delegate for this operation
See Also
- class ImapClient
- namespace Aspose.Email.Clients.Imap
- assembly Aspose.Email
ImapClient.MoveMessageAsync method (4 of 16)
Moves the message
public Task<string> MoveMessageAsync(string uniqueId, string folderName, bool commitDeletions)
Parameter | Type | Description |
---|---|---|
uniqueId | String | The uid of the message |
folderName | String | Folder name where a message is to be moved |
commitDeletions | Boolean | Specifies whether deletions should be committed. |
Return Value
Task object, with delegate for this operation
See Also
- class ImapClient
- namespace Aspose.Email.Clients.Imap
- assembly Aspose.Email
ImapClient.MoveMessageAsync method (5 of 16)
Moves the messaeg
public Task<string> MoveMessageAsync(IConnection connection, int sequenceNumber, string folderName)
Parameter | Type | Description |
---|---|---|
connection | IConnection | Connection to a server |
sequenceNumber | Int32 | The sequence number of the message |
folderName | String | Folder name where a message is to be moved |
Return Value
Task object, with delegate for this operation
See Also
- interface IConnection
- class ImapClient
- namespace Aspose.Email.Clients.Imap
- assembly Aspose.Email
ImapClient.MoveMessageAsync method (6 of 16)
Moves the message
public Task<string> MoveMessageAsync(IConnection connection, string uniqueId, string folderName)
Parameter | Type | Description |
---|---|---|
connection | IConnection | Connection to a server |
uniqueId | String | The uid of the message |
folderName | String | Folder name where a message is to be moved |
Return Value
Task object, with delegate for this operation
See Also
- interface IConnection
- class ImapClient
- namespace Aspose.Email.Clients.Imap
- assembly Aspose.Email
ImapClient.MoveMessageAsync method (7 of 16)
Moves the message
public Task<string> MoveMessageAsync(int sequenceNumber, string folderName)
Parameter | Type | Description |
---|---|---|
sequenceNumber | Int32 | The sequence number of the message |
folderName | String | Folder name where a message is to be moved |
Return Value
Task object, with delegate for this operation
See Also
- class ImapClient
- namespace Aspose.Email.Clients.Imap
- assembly Aspose.Email
ImapClient.MoveMessageAsync method (8 of 16)
Moves the message
public Task<string> MoveMessageAsync(string uniqueId, string folderName)
Parameter | Type | Description |
---|---|---|
uniqueId | String | The uid of the message |
folderName | String | Folder name where a message is to be moved |
Return Value
Task object, with delegate for this operation
See Also
- class ImapClient
- namespace Aspose.Email.Clients.Imap
- assembly Aspose.Email
ImapClient.MoveMessageAsync method (9 of 16)
Moves the messaeg
public Task<string> MoveMessageAsync(IConnection connection, int sequenceNumber, string folderName,
bool commitDeletions, CancellationToken token)
Parameter | Type | Description |
---|---|---|
connection | IConnection | Connection to a server |
sequenceNumber | Int32 | The sequence number of the message |
folderName | String | Folder name where a message is to be moved |
commitDeletions | Boolean | Specifies whether deletions should be committed. |
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
ImapClient.MoveMessageAsync method (10 of 16)
Moves the message
public Task<string> MoveMessageAsync(IConnection connection, string uniqueId, string folderName,
bool commitDeletions, CancellationToken token)
Parameter | Type | Description |
---|---|---|
connection | IConnection | Connection to a server |
uniqueId | String | The uid of the message |
folderName | String | Folder name where a message is to be moved |
commitDeletions | Boolean | Specifies whether deletions should be committed. |
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
ImapClient.MoveMessageAsync method (11 of 16)
Moves the message
public Task<string> MoveMessageAsync(int sequenceNumber, string folderName, bool commitDeletions,
CancellationToken token)
Parameter | Type | Description |
---|---|---|
sequenceNumber | Int32 | The sequence number of the message |
folderName | String | Folder name where a message is to be moved |
commitDeletions | Boolean | Specifies whether deletions should be committed. |
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.MoveMessageAsync method (12 of 16)
Moves the message
public Task<string> MoveMessageAsync(string uniqueId, string folderName, bool commitDeletions,
CancellationToken token)
Parameter | Type | Description |
---|---|---|
uniqueId | String | The uid of the message |
folderName | String | Folder name where a message is to be moved |
commitDeletions | Boolean | Specifies whether deletions should be committed. |
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.MoveMessageAsync method (13 of 16)
Moves the messaeg
public Task<string> MoveMessageAsync(IConnection connection, int sequenceNumber, string folderName,
CancellationToken token)
Parameter | Type | Description |
---|---|---|
connection | IConnection | Connection to a server |
sequenceNumber | Int32 | The sequence number of the message |
folderName | String | Folder name where a message is to be moved |
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
ImapClient.MoveMessageAsync method (14 of 16)
Moves the message
public Task<string> MoveMessageAsync(IConnection connection, string uniqueId, string folderName,
CancellationToken token)
Parameter | Type | Description |
---|---|---|
connection | IConnection | Connection to a server |
uniqueId | String | The uid of the message |
folderName | String | Folder name where a message is to be moved |
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
ImapClient.MoveMessageAsync method (15 of 16)
Moves the message
public Task<string> MoveMessageAsync(int sequenceNumber, string folderName, CancellationToken token)
Parameter | Type | Description |
---|---|---|
sequenceNumber | Int32 | The sequence number of the message |
folderName | String | Folder name where a message is to be moved |
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.MoveMessageAsync method (16 of 16)
Moves the message
public Task<string> MoveMessageAsync(string uniqueId, string folderName, CancellationToken token)
Parameter | Type | Description |
---|---|---|
uniqueId | String | The uid of the message |
folderName | String | Folder name where a message is to be moved |
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