MoveMessage

MoveMessage (1 of 8)

Moves the message

Returns: System::String Aspose::Email::Clients::Imap::

MoveMessage(int32_t sequenceNumber, System::String folderName)
ParameterDescription
sequenceNumberThe sequence number of the message
folderNameFolder name where a message is to be moved

MoveMessage (2 of 8)

Moves the message

Returns: System::String Aspose::Email::Clients::Imap::

MoveMessage(int32_t sequenceNumber, System::String folderName, bool commitDeletions)
ParameterDescription
sequenceNumberThe sequence number of the message
folderNameFolder name where a message is to be moved
commitDeletionsSpecifies whether deletions should be committed.

MoveMessage (3 of 8)

Moves the messaeg

Returns: System::String Aspose::Email::Clients::Imap::

MoveMessage(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 moved

MoveMessage (4 of 8)

Moves the messaeg

Returns: System::String Aspose::Email::Clients::Imap::

MoveMessage(System::SharedPtr < IConnection > connection, int32_t sequenceNumber, System::String folderName, bool commitDeletions)
ParameterDescription
connectionConnection to a server
sequenceNumberThe sequence number of the message
folderNameFolder name where a message is to be moved
commitDeletionsSpecifies whether deletions should be committed.

MoveMessage (5 of 8)

Moves the message

Returns: System::String Aspose::Email::Clients::Imap::

MoveMessage(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 moved

MoveMessage (6 of 8)

Moves the message

Returns: System::String Aspose::Email::Clients::Imap::

MoveMessage(System::SharedPtr < IConnection > connection, System::String uniqueId, System::String folderName, bool commitDeletions)
ParameterDescription
connectionConnection to a server
uniqueIdThe uid of the message
folderNameFolder name where a message is to be moved
commitDeletionsSpecifies whether deletions should be committed.

MoveMessage (7 of 8)

Moves the message

Returns: System::String Aspose::Email::Clients::Imap::

MoveMessage(System::String uniqueId, System::String folderName)
ParameterDescription
uniqueIdThe uid of the message
folderNameFolder name where a message is to be moved

MoveMessage (8 of 8)

Moves the message

Returns: System::String Aspose::Email::Clients::Imap::

MoveMessage(System::String uniqueId, System::String folderName, bool commitDeletions)
ParameterDescription
uniqueIdThe uid of the message
folderNameFolder name where a message is to be moved
commitDeletionsSpecifies whether deletions should be committed.