CopyMessages
Contents
[
Hide
]
ImapClient.CopyMessages method (1 of 11)
Copy the messaeg
public void CopyMessages(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 |
See Also
- interface IConnection
- class ImapClient
- namespace Aspose.Email.Clients.Imap
- assembly Aspose.Email
ImapClient.CopyMessages method (2 of 11)
Copy messages
public void CopyMessages(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 |
See Also
- class ImapClient
- namespace Aspose.Email.Clients.Imap
- assembly Aspose.Email
ImapClient.CopyMessages method (3 of 11)
Copy messages
public void CopyMessages(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 |
See Also
- interface IConnection
- class ImapClient
- namespace Aspose.Email.Clients.Imap
- assembly Aspose.Email
ImapClient.CopyMessages method (4 of 11)
Copy messages
public void CopyMessages(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 |
See Also
- class ImapClient
- namespace Aspose.Email.Clients.Imap
- assembly Aspose.Email
ImapClient.CopyMessages method (5 of 11)
Copy messages
public void CopyMessages(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. |
See Also
- class ImapClient
- namespace Aspose.Email.Clients.Imap
- assembly Aspose.Email
ImapClient.CopyMessages method (6 of 11)
Copy the messaeg
public void CopyMessages(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 |
See Also
- interface IConnection
- class ImapClient
- namespace Aspose.Email.Clients.Imap
- assembly Aspose.Email
ImapClient.CopyMessages method (7 of 11)
Copy messages
public void CopyMessages(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 |
See Also
- class ImapClient
- namespace Aspose.Email.Clients.Imap
- assembly Aspose.Email
ImapClient.CopyMessages method (8 of 11)
Copy messages
public void CopyMessages(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 |
See Also
- interface IConnection
- class ImapClient
- namespace Aspose.Email.Clients.Imap
- assembly Aspose.Email
ImapClient.CopyMessages method (9 of 11)
Copy messages
public void CopyMessages(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 |
See Also
- class ImapClient
- namespace Aspose.Email.Clients.Imap
- assembly Aspose.Email
ImapClient.CopyMessages method (10 of 11)
Copy messages
public void CopyMessages(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 |
See Also
- interface IConnection
- class ImapMessageInfo
- class ImapClient
- namespace Aspose.Email.Clients.Imap
- assembly Aspose.Email
ImapClient.CopyMessages method (11 of 11)
Copy messages
public void CopyMessages(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 |
See Also
- class ImapMessageInfo
- class ImapClient
- namespace Aspose.Email.Clients.Imap
- assembly Aspose.Email