ImapClient.MoveMessagesAsync
MoveMessagesAsync(IConnection, int, int, string, bool)
Moves the messaeg
public Task MoveMessagesAsync(IConnection connection, int startSequence, int endSequence,
string folderName, bool commitDeletions)
| Parameter | Type | Description |
|---|---|---|
| connection | IConnection | Connection to a server |
| startSequence | Int32 | The starting sequence number of a message list |
| endSequence | Int32 | The ending sequence number of a message list |
| 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
MoveMessagesAsync(int, int, string, bool)
Moves the message
public Task MoveMessagesAsync(int startSequence, int endSequence, string folderName,
bool commitDeletions)
| Parameter | Type | Description |
|---|---|---|
| startSequence | Int32 | The starting sequence number of a message list |
| endSequence | Int32 | The ending sequence number of a message list |
| 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
MoveMessagesAsync(IConnection, int, int, string)
Moves the messaeg
public Task MoveMessagesAsync(IConnection connection, int startSequence, int endSequence,
string folderName)
| Parameter | Type | Description |
|---|---|---|
| connection | IConnection | Connection to a server |
| startSequence | Int32 | The starting sequence number of a message list |
| endSequence | Int32 | The ending sequence number of a message list |
| 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
MoveMessagesAsync(int, int, string)
Moves the message
public Task MoveMessagesAsync(int startSequence, int endSequence, string folderName)
| Parameter | Type | Description |
|---|---|---|
| startSequence | Int32 | The starting sequence number of a message list |
| endSequence | Int32 | The ending sequence number of a message list |
| 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
MoveMessagesAsync(IConnection, IEnumerable<int>, string, bool)
Moves the messaeg
public Task MoveMessagesAsync(IConnection connection, IEnumerable<int> sequenceSet,
string folderName, bool commitDeletions)
| Parameter | Type | Description |
|---|---|---|
| connection | IConnection | Connection to a server |
| sequenceSet | IEnumerable`1 | The set of sequence numbers for messages |
| 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
MoveMessagesAsync(IEnumerable<int>, string, bool)
Moves the message
public Task MoveMessagesAsync(IEnumerable<int> sequenceSet, string folderName, bool commitDeletions)
| Parameter | Type | Description |
|---|---|---|
| sequenceSet | IEnumerable`1 | The set of sequence numbers for messages |
| 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
MoveMessagesAsync(IConnection, IEnumerable<int>, string)
Moves the messaeg
public Task MoveMessagesAsync(IConnection connection, IEnumerable<int> sequenceSet,
string folderName)
| Parameter | Type | Description |
|---|---|---|
| connection | IConnection | Connection to a server |
| sequenceSet | IEnumerable`1 | The set of sequence numbers for messages |
| 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
MoveMessagesAsync(IEnumerable<int>, string)
Moves the message
public Task MoveMessagesAsync(IEnumerable<int> sequenceSet, string folderName)
| Parameter | Type | Description |
|---|---|---|
| sequenceSet | IEnumerable`1 | The set of sequence numbers for messages |
| 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
MoveMessagesAsync(IConnection, string, string, string, bool)
Moves the message
public Task MoveMessagesAsync(IConnection connection, string startUid, string endUid,
string folderName, bool commitDeletions)
| 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 |
| 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
MoveMessagesAsync(string, string, string, bool)
Moves the message
public Task MoveMessagesAsync(string startUid, string endUid, string folderName,
bool commitDeletions)
| Parameter | Type | Description |
|---|---|---|
| startUid | String | The starting UID of a message list |
| endUid | String | The ending UID of a message list |
| 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
MoveMessagesAsync(IConnection, string, string, string)
Moves the message
public Task MoveMessagesAsync(IConnection connection, string startUid, string endUid,
string folderName)
| 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 |
| 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
MoveMessagesAsync(string, string, string)
Moves the message
public Task MoveMessagesAsync(string startUid, string endUid, string folderName)
| Parameter | Type | Description |
|---|---|---|
| startUid | String | The starting UID of a message list |
| endUid | String | The ending UID of a message list |
| 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
MoveMessagesAsync(IConnection, IEnumerable<string>, string, bool)
Moves the message
public Task MoveMessagesAsync(IConnection connection, IEnumerable<string> uidSet,
string folderName, bool commitDeletions)
| Parameter | Type | Description |
|---|---|---|
| connection | IConnection | Connection to a server |
| uidSet | IEnumerable`1 | The set of UID for messages |
| 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
MoveMessagesAsync(IEnumerable<string>, string, bool)
Moves the message
public Task MoveMessagesAsync(IEnumerable<string> uidSet, string folderName, bool commitDeletions)
| Parameter | Type | Description |
|---|---|---|
| uidSet | IEnumerable`1 | The set of UID for messages |
| 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
MoveMessagesAsync(IConnection, IEnumerable<string>, string)
Moves the message
public Task MoveMessagesAsync(IConnection connection, IEnumerable<string> uidSet, string folderName)
| Parameter | Type | Description |
|---|---|---|
| connection | IConnection | Connection to a server |
| uidSet | IEnumerable`1 | The set of UID for messages |
| 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
MoveMessagesAsync(IEnumerable<string>, string)
Moves the message
public Task MoveMessagesAsync(IEnumerable<string> uidSet, string folderName)
| Parameter | Type | Description |
|---|---|---|
| uidSet | IEnumerable`1 | The set of UID for messages |
| 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
MoveMessagesAsync(IConnection, IEnumerable<ImapMessageInfo>, string, bool)
Moves the message
public Task MoveMessagesAsync(IConnection connection, IEnumerable<ImapMessageInfo> messageInfoSet,
string folderName, bool commitDeletions)
| Parameter | Type | Description |
|---|---|---|
| connection | IConnection | Connection to a server |
| messageInfoSet | IEnumerable`1 | The set of ImapMessageInfo |
| 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 ImapMessageInfo
- class ImapClient
- namespace Aspose.Email.Clients.Imap
- assembly Aspose.Email
MoveMessagesAsync(IEnumerable<ImapMessageInfo>, string, bool)
Moves the message
public Task MoveMessagesAsync(IEnumerable<ImapMessageInfo> messageInfoSet, string folderName,
bool commitDeletions)
| Parameter | Type | Description |
|---|---|---|
| messageInfoSet | IEnumerable`1 | The set of ImapMessageInfo |
| 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 ImapMessageInfo
- class ImapClient
- namespace Aspose.Email.Clients.Imap
- assembly Aspose.Email
MoveMessagesAsync(IConnection, IEnumerable<ImapMessageInfo>, string)
Moves the message
public Task MoveMessagesAsync(IConnection connection, IEnumerable<ImapMessageInfo> messageInfoSet,
string folderName)
| Parameter | Type | Description |
|---|---|---|
| connection | IConnection | Connection to a server |
| messageInfoSet | IEnumerable`1 | The set of ImapMessageInfo |
| 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 ImapMessageInfo
- class ImapClient
- namespace Aspose.Email.Clients.Imap
- assembly Aspose.Email
MoveMessagesAsync(IEnumerable<ImapMessageInfo>, string)
Moves the message
public Task MoveMessagesAsync(IEnumerable<ImapMessageInfo> messageInfoSet, string folderName)
| Parameter | Type | Description |
|---|---|---|
| messageInfoSet | IEnumerable`1 | The set of ImapMessageInfo |
| folderName | String | Folder name where a message is to be moved |
Return Value
Task object, with delegate for this operation
See Also
- class ImapMessageInfo
- class ImapClient
- namespace Aspose.Email.Clients.Imap
- assembly Aspose.Email
MoveMessagesAsync(IConnection, int, int, string, bool, CancellationToken)
Moves the messaeg
public Task MoveMessagesAsync(IConnection connection, int startSequence, int endSequence,
string folderName, bool commitDeletions, CancellationToken token)
| Parameter | Type | Description |
|---|---|---|
| connection | IConnection | Connection to a server |
| startSequence | Int32 | The starting sequence number of a message list |
| endSequence | Int32 | The ending sequence number of a message list |
| 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
MoveMessagesAsync(int, int, string, bool, CancellationToken)
Moves the message
public Task MoveMessagesAsync(int startSequence, int endSequence, string folderName,
bool commitDeletions, CancellationToken token)
| Parameter | Type | Description |
|---|---|---|
| startSequence | Int32 | The starting sequence number of a message list |
| endSequence | Int32 | The ending sequence number of a message list |
| 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
MoveMessagesAsync(IConnection, int, int, string, CancellationToken)
Moves the messaeg
public Task MoveMessagesAsync(IConnection connection, int startSequence, int endSequence,
string folderName, CancellationToken token)
| Parameter | Type | Description |
|---|---|---|
| connection | IConnection | Connection to a server |
| startSequence | Int32 | The starting sequence number of a message list |
| endSequence | Int32 | The ending sequence number of a message list |
| 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
MoveMessagesAsync(int, int, string, CancellationToken)
Moves the message
public Task MoveMessagesAsync(int startSequence, int endSequence, string folderName,
CancellationToken token)
| Parameter | Type | Description |
|---|---|---|
| startSequence | Int32 | The starting sequence number of a message list |
| endSequence | Int32 | The ending sequence number of a message list |
| 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
MoveMessagesAsync(IConnection, IEnumerable<int>, string, bool, CancellationToken)
Moves the messaeg
public Task MoveMessagesAsync(IConnection connection, IEnumerable<int> sequenceSet,
string folderName, bool commitDeletions, CancellationToken token)
| Parameter | Type | Description |
|---|---|---|
| connection | IConnection | Connection to a server |
| sequenceSet | IEnumerable`1 | The set of sequence numbers for messages |
| 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
MoveMessagesAsync(IEnumerable<int>, string, bool, CancellationToken)
Moves the message
public Task MoveMessagesAsync(IEnumerable<int> sequenceSet, string folderName,
bool commitDeletions, CancellationToken token)
| Parameter | Type | Description |
|---|---|---|
| sequenceSet | IEnumerable`1 | The set of sequence numbers for messages |
| 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
MoveMessagesAsync(IConnection, IEnumerable<int>, string, CancellationToken)
Moves the messaeg
public Task MoveMessagesAsync(IConnection connection, IEnumerable<int> sequenceSet,
string folderName, CancellationToken token)
| Parameter | Type | Description |
|---|---|---|
| connection | IConnection | Connection to a server |
| sequenceSet | IEnumerable`1 | The set of sequence numbers for messages |
| 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
MoveMessagesAsync(IEnumerable<int>, string, CancellationToken)
Moves the message
public Task MoveMessagesAsync(IEnumerable<int> sequenceSet, string folderName,
CancellationToken token)
| Parameter | Type | Description |
|---|---|---|
| sequenceSet | IEnumerable`1 | The set of sequence numbers for messages |
| 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
MoveMessagesAsync(IConnection, string, string, string, bool, CancellationToken)
Moves the message
public Task MoveMessagesAsync(IConnection connection, string startUid, string endUid,
string folderName, bool commitDeletions, 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 |
| 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
MoveMessagesAsync(string, string, string, bool, CancellationToken)
Moves the message
public Task MoveMessagesAsync(string startUid, string endUid, string folderName,
bool commitDeletions, CancellationToken token)
| Parameter | Type | Description |
|---|---|---|
| startUid | String | The starting UID of a message list |
| endUid | String | The ending UID of a message list |
| 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
MoveMessagesAsync(IConnection, string, string, string, CancellationToken)
Moves the message
public Task MoveMessagesAsync(IConnection connection, string startUid, string endUid,
string folderName, 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 |
| 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
MoveMessagesAsync(string, string, string, CancellationToken)
Moves the message
public Task MoveMessagesAsync(string startUid, string endUid, string folderName,
CancellationToken token)
| Parameter | Type | Description |
|---|---|---|
| startUid | String | The starting UID of a message list |
| endUid | String | The ending UID of a message list |
| 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
MoveMessagesAsync(IConnection, IEnumerable<string>, string, bool, CancellationToken)
Moves the message
public Task MoveMessagesAsync(IConnection connection, IEnumerable<string> uidSet,
string folderName, bool commitDeletions, CancellationToken token)
| Parameter | Type | Description |
|---|---|---|
| connection | IConnection | Connection to a server |
| uidSet | IEnumerable`1 | The set of UID for messages |
| 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
MoveMessagesAsync(IEnumerable<string>, string, bool, CancellationToken)
Moves the message
public Task MoveMessagesAsync(IEnumerable<string> uidSet, string folderName, bool commitDeletions,
CancellationToken token)
| Parameter | Type | Description |
|---|---|---|
| uidSet | IEnumerable`1 | The set of UID for messages |
| 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
MoveMessagesAsync(IConnection, IEnumerable<string>, string, CancellationToken)
Moves the message
public Task MoveMessagesAsync(IConnection connection, IEnumerable<string> uidSet,
string folderName, CancellationToken token)
| Parameter | Type | Description |
|---|---|---|
| connection | IConnection | Connection to a server |
| uidSet | IEnumerable`1 | The set of UID for messages |
| 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
MoveMessagesAsync(IEnumerable<string>, string, CancellationToken)
Moves the message
public Task MoveMessagesAsync(IEnumerable<string> uidSet, string folderName,
CancellationToken token)
| Parameter | Type | Description |
|---|---|---|
| uidSet | IEnumerable`1 | The set of UID for messages |
| 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
MoveMessagesAsync(IConnection, IEnumerable<ImapMessageInfo>, string, bool, CancellationToken)
Moves the message
public Task MoveMessagesAsync(IConnection connection, IEnumerable<ImapMessageInfo> messageInfoSet,
string folderName, bool commitDeletions, CancellationToken token)
| Parameter | Type | Description |
|---|---|---|
| connection | IConnection | Connection to a server |
| messageInfoSet | IEnumerable`1 | The set of ImapMessageInfo |
| 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 ImapMessageInfo
- class ImapClient
- namespace Aspose.Email.Clients.Imap
- assembly Aspose.Email
MoveMessagesAsync(IEnumerable<ImapMessageInfo>, string, bool, CancellationToken)
Moves the message
public Task MoveMessagesAsync(IEnumerable<ImapMessageInfo> messageInfoSet, string folderName,
bool commitDeletions, CancellationToken token)
| Parameter | Type | Description |
|---|---|---|
| messageInfoSet | IEnumerable`1 | The set of ImapMessageInfo |
| 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 ImapMessageInfo
- class ImapClient
- namespace Aspose.Email.Clients.Imap
- assembly Aspose.Email
MoveMessagesAsync(IConnection, IEnumerable<ImapMessageInfo>, string, CancellationToken)
Moves the message
public Task MoveMessagesAsync(IConnection connection, IEnumerable<ImapMessageInfo> messageInfoSet,
string folderName, CancellationToken token)
| Parameter | Type | Description |
|---|---|---|
| connection | IConnection | Connection to a server |
| messageInfoSet | IEnumerable`1 | The set of ImapMessageInfo |
| 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 ImapMessageInfo
- class ImapClient
- namespace Aspose.Email.Clients.Imap
- assembly Aspose.Email
MoveMessagesAsync(IEnumerable<ImapMessageInfo>, string, CancellationToken)
Moves the message
public Task MoveMessagesAsync(IEnumerable<ImapMessageInfo> messageInfoSet, string folderName,
CancellationToken token)
| Parameter | Type | Description |
|---|---|---|
| messageInfoSet | IEnumerable`1 | The set of ImapMessageInfo |
| 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 ImapMessageInfo
- class ImapClient
- namespace Aspose.Email.Clients.Imap
- assembly Aspose.Email