PersonalStorageSplitInto Method (Int64, String)

Splits the pst storage into less sized parts.

Namespace:  Aspose.Email.Storage.Pst
Assembly:  Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntax
public void SplitInto(
	long chunkSize,
	string path
)

Parameters

chunkSize
Type: SystemInt64
The approximate size of a chunk in bytes.
path
Type: SystemString
The folder path where chunks will be created.
Exceptions
ExceptionCondition
ArgumentExceptionThrows when the path parameter is null or empty.
ArgumentExceptionThrows when the chunk size is less then the minimum size of pst file.
See Also