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
Syntaxpublic void MergeWith(
string[] sourceFileNames
)
Public Sub MergeWith (
sourceFileNames As String()
)
public:
void MergeWith(
array<String^>^ sourceFileNames
)
member MergeWith :
sourceFileNames : string[] -> unit
Parameters
- sourceFileNames
- Type: SystemString
The source file names.
Exceptions
See Also