MoveMessage

MoveMessage (1 of 4)

Moves the message.

Returns: void Aspose::Email::Clients::Exchange::Dav::

MoveMessage(System::SharedPtr < ExchangeMessageInfo > msgInfo, System::String destinationFolderUri)
ParameterDescription
msgInfoRepresents the E-Mail message info fetched from the Exchange Store.
destinationFolderUriAn URI of a destination folder.

MoveMessage (2 of 4)

Moves the message.

Returns: void Aspose::Email::Clients::Exchange::Dav::

MoveMessage(System::SharedPtr < ExchangeMessageInfo > msgInfo, System::String destinationFolderUri, bool overwrite)
ParameterDescription
msgInfoRepresents the E-Mail message info fetched from the Exchange Store.
destinationFolderUriAn URI of a destination folder.
overwriteSpecifies whether the server should overwrite a existing message while processing a MOVE operation.

MoveMessage (3 of 4)

Moves the message.

Returns: void Aspose::Email::Clients::Exchange::Dav::

MoveMessage(System::String destinationFolderUri, bool overwrite, System::String messageUri)
ParameterDescription
destinationFolderUriAn URI of a destination folder.
overwriteSpecifies whether the server should overwrite a existing message while processing a MOVE operation.
messageUriRepresents the uri of E-Mail message.

MoveMessage (4 of 4)

Moves the message.

Returns: void Aspose::Email::Clients::Exchange::Dav::

MoveMessage(System::String destinationFolderUri, System::String messageUri)
ParameterDescription
destinationFolderUriAn URI of a destination folder.
messageUriRepresents the uri of E-Mail message.