MergeWith

MergeWith (1 of 2)

Merges the folder with the folder from another pst.

Returns: void Aspose::Email::Storage::Pst::

MergeWith(System::SharedPtr < FolderInfo > sourceFolder)
ParameterDescription
sourceFolderThe source folder.

MergeWith (2 of 2)

Merges the folder with the folder from another pst. OnItemMoved event is called on both messages and directories.

Returns: void Aspose::Email::Storage::Pst::

MergeWith(System::SharedPtr < FolderInfo > sourceFolder, bool recursiveHandler)
ParameterDescription
sourceFolderThe source folder.
recursiveHandlerIf true, OnItemMoved will be called on all messages, including messages in sub-directories, otherwise OnItemMoved will be called only for messages in the current directory.