ImapClient.MoveMessageAsync
MoveMessageAsync(IConnection, int, string, bool)
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
MoveMessageAsync(IConnection, string, string, bool)
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
MoveMessageAsync(int, string, bool)
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
MoveMessageAsync(string, string, bool)
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
MoveMessageAsync(IConnection, int, string)
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
MoveMessageAsync(IConnection, string, string)
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
MoveMessageAsync(int, string)
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
MoveMessageAsync(string, string)
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
MoveMessageAsync(IConnection, int, string, bool, CancellationToken)
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
MoveMessageAsync(IConnection, string, string, bool, CancellationToken)
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
MoveMessageAsync(int, string, bool, CancellationToken)
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
MoveMessageAsync(string, string, bool, CancellationToken)
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
MoveMessageAsync(IConnection, int, string, CancellationToken)
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
MoveMessageAsync(IConnection, string, string, CancellationToken)
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
MoveMessageAsync(int, string, CancellationToken)
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
MoveMessageAsync(string, string, CancellationToken)
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