SplitInto
Contents
[
Hide
]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)
| Parameter | Description |
|---|---|
| chunkSize | The approximate size of a chunk in bytes. |
| outputPath | The 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)
| Parameter | Description |
|---|---|
| chunkSize | The approximate size of a chunk in bytes. |
| outputPath | The folder path where chunks will be created. |
| partFileNamePrefix | The prefix to be added to the filename of each part of pst. Exceptions ArgumentException Throws when the path parameter is null or empty. |
| ArgumentException | Throws when the path parameter is null or empty. |