FolderInfoMergeWith Method (FolderInfo)

Merges the folder with the folder from another pst.

Namespace:  Aspose.Email.Storage.Pst
Assembly:  Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntax
public void MergeWith(
	FolderInfo sourceFolder
)

Parameters

sourceFolder
Type: Aspose.Email.Storage.PstFolderInfo
The source folder.
Exceptions
ExceptionCondition
InvalidOperationExceptionThrows when the source folder is located in the same pst.
See Also