ImapClient.CopyMessagesAsync
CopyMessagesAsync(IConnection, int, int, string)
Copy the messaeg
public Task CopyMessagesAsync(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
CopyMessagesAsync(int, int, string)
Copy messages
public Task CopyMessagesAsync(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
CopyMessagesAsync(IConnection, string, string, string)
Copy messages
public Task CopyMessagesAsync(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
CopyMessagesAsync(string, string, string)
Copy messages
public Task CopyMessagesAsync(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
CopyMessagesAsync(IConnection, IEnumerable<int>, string)
Copy the messaeg
public Task CopyMessagesAsync(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
CopyMessagesAsync(IEnumerable<int>, string)
Copy messages
public Task CopyMessagesAsync(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
CopyMessagesAsync(IConnection, IEnumerable<string>, string)
Copy messages
public Task CopyMessagesAsync(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
CopyMessagesAsync(IEnumerable<string>, string)
Copy messages
public Task CopyMessagesAsync(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
CopyMessagesAsync(IConnection, IEnumerable<ImapMessageInfo>, string)
Copy messages
public Task CopyMessagesAsync(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
CopyMessagesAsync(IEnumerable<ImapMessageInfo>, string)
Copy messages
public Task CopyMessagesAsync(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
CopyMessagesAsync(IConnection, int, int, string, CancellationToken)
Copy the messaeg
public Task CopyMessagesAsync(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
CopyMessagesAsync(int, int, string, CancellationToken)
Copy messages
public Task CopyMessagesAsync(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
CopyMessagesAsync(IConnection, string, string, string, CancellationToken)
Copy messages
public Task CopyMessagesAsync(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
CopyMessagesAsync(string, string, string, CancellationToken)
Copy messages
public Task CopyMessagesAsync(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
CopyMessagesAsync(IConnection, IEnumerable<int>, string, CancellationToken)
Copy the messaeg
public Task CopyMessagesAsync(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
CopyMessagesAsync(IEnumerable<int>, string, CancellationToken)
Copy messages
public Task CopyMessagesAsync(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
CopyMessagesAsync(IConnection, IEnumerable<string>, string, CancellationToken)
Copy messages
public Task CopyMessagesAsync(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
CopyMessagesAsync(IEnumerable<string>, string, CancellationToken)
Copy messages
public Task CopyMessagesAsync(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
CopyMessagesAsync(IConnection, IEnumerable<ImapMessageInfo>, string, CancellationToken)
Copy messages
public Task CopyMessagesAsync(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
CopyMessagesAsync(IEnumerable<ImapMessageInfo>, string, CancellationToken)
Copy messages
public Task CopyMessagesAsync(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