MboxStorageReader.SplitInto
SplitInto(long, string)
Splits the mbox storage into less sized parts.
public void SplitInto(long chunkSize, string outputPath)
| Parameter | Type | Description | 
|---|
| chunkSize | Int64 | The approximate size of a chunk in bytes. | 
| outputPath | String | The folder path where chunks will be created. | 
Exceptions
| exception | condition | 
|---|
| ArgumentException | Throws when the path parameter is null or empty. | 
See Also
SplitInto(long, string, string)
public void SplitInto(long chunkSize, string outputPath, string partFileNamePrefix)
See Also