SplitInto

SplitInto (1 of 4)

Splits the pst storage into less sized parts.

Returns: void Aspose::Email::Storage::Pst::

SplitInto(int64_t chunkSize, System::String partFileNamePrefix, System::String path)
ParameterDescription
chunkSizeThe approximate size of a chunk in bytes.
pathThe folder path where chunks will be created.
partFileNamePrefixThe prefix to be added to the filename of each part of pst. If provided, the prefix will be added to the beginning of each file name. If not provided (null or empty), the pst parts will be created without a prefix.

SplitInto (2 of 4)

Splits the pst storage into less sized parts.

Returns: void Aspose::Email::Storage::Pst::

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

SplitInto (3 of 4)

Splits the pst storage based on criteria.

Returns: void Aspose::Email::Storage::Pst::

SplitInto(System::SharedPtr < System::Collections::Generic::IList< System::SharedPtr < Tools::Search::MailQuery >>> criteria, System::String partFileNamePrefix, System::String path)
ParameterDescription
criteriaThe collection of MailQuery that represents criteria of pst splitting.
pathThe folder path where chunks will be created.

SplitInto (4 of 4)

Splits the pst storage based on criteria.

Returns: void Aspose::Email::Storage::Pst::

SplitInto(System::SharedPtr < System::Collections::Generic::IList< System::SharedPtr < Tools::Search::MailQuery >>> criteria, System::String path)
ParameterDescription
criteriaThe collection of MailQuery that represents criteria of pst splitting.
pathThe folder path where chunks will be created.