SplitInto

SplitInto (1 of 2)

Splits the mbox storage into less sized parts.

Returns: void Aspose::Email::Storage::Mbox::

SplitInto(int64_t chunkSize, System::String outputPath)
ParameterDescription
chunkSizeThe approximate size of a chunk in bytes.
outputPathThe folder path where chunks will be created.

SplitInto (2 of 2)

Splits the mbox storage into less sized parts.

Returns: void Aspose::Email::Storage::Mbox::

SplitInto(int64_t chunkSize, System::String outputPath, System::String partFileNamePrefix)
ParameterDescription
chunkSizeThe approximate size of a chunk in bytes.
outputPathThe folder path where chunks will be created.
partFileNamePrefixThe prefix to be added to the filename of each part of pst. Exceptions ArgumentException Throws when the path parameter is null or empty.
ArgumentExceptionThrows when the path parameter is null or empty.