PersonalStorageMergeWith Method

Merges the pst storage with one or more other pst files. Thus, the combined files are sources.

Namespace:  Aspose.Email.Storage.Pst
Assembly:  Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntax
public void MergeWith(
	string[] sourceFileNames
)

Parameters

sourceFileNames
Type: SystemString
The source file names.
Exceptions
ExceptionCondition
ArgumentNullException"Throws when the filename collection is null."
ArgumentException"Throws when the filename in collection is null or empty."
See Also