CopyMessage

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)
ParameterDescription
sequenceNumberThe sequence number of the message
folderNameFolder 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)
ParameterDescription
connectionConnection to a server
sequenceNumberThe sequence number of the message
folderNameFolder 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)
ParameterDescription
connectionConnection to a server
uniqueIdThe uid of the message
folderNameFolder 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)
ParameterDescription
uniqueIdThe uid of the message
folderNameFolder name where a message is to be copied