CopyMessage
Contents
[
Hide
]CopyMessage (1 of 4)
Copies the message
Returns: If server supports UIDPLUS extension returns unique id of the copied message, otherwise returns null Please, read more https://tools.ietf.org/html/rfc4315
CopyMessage(int32_t sequenceNumber, System::String folderName)
| Parameter | Description |
|---|---|
| sequenceNumber | The sequence number of the message |
| folderName | Folder name where a message is to be copied |
CopyMessage (2 of 4)
Copies the message
Returns: If server supports UIDPLUS extension returns unique id of the copied message, otherwise returns null Please, read more https://tools.ietf.org/html/rfc4315
CopyMessage(System::SharedPtr < IConnection > connection, int32_t sequenceNumber, System::String folderName)
| Parameter | Description |
|---|---|
| connection | Connection to a server |
| sequenceNumber | The sequence number of the message |
| folderName | Folder name where a message is to be copied |
CopyMessage (3 of 4)
Copies the message
Returns: If server supports UIDPLUS extension returns unique id of the copied message, otherwise returns null Please, read more https://tools.ietf.org/html/rfc4315
CopyMessage(System::SharedPtr < IConnection > connection, System::String uniqueId, System::String folderName)
| Parameter | Description |
|---|---|
| connection | Connection to a server |
| uniqueId | The uid of the message |
| folderName | Folder name where a message is to be copied |
CopyMessage (4 of 4)
Copies the message
Returns: If server supports UIDPLUS extension returns unique id of the copied message, otherwise returns null Please, read more https://tools.ietf.org/html/rfc4315
CopyMessage(System::String uniqueId, System::String folderName)
| Parameter | Description |
|---|---|
| uniqueId | The uid of the message |
| folderName | Folder name where a message is to be copied |