MboxStorageReader.SplitIntoAsync
Contents
[
Hide
]SplitIntoAsync(long, string, string, CancellationToken)
Splits the mbox storage into less sized parts.
public Task SplitIntoAsync(long chunkSize, string outputPath, string partFileNamePrefix,
CancellationToken token)
| Parameter | Type | Description |
|---|---|---|
| chunkSize | Int64 | The approximate size of a chunk in bytes. |
| outputPath | String | The folder path where chunks will be created. |
| partFileNamePrefix | String | |
| token | CancellationToken | A CancellationToken that enables the possible cancellation of the operation. |
Return Value
The Task object
Exceptions
| exception | condition |
|---|---|
| ArgumentException | Throws when the path parameter is null or empty. |
See Also
- class MboxStorageReader
- namespace Aspose.Email.Storage.Mbox
- assembly Aspose.Email
SplitIntoAsync(long, string, CancellationToken)
Splits the mbox storage into less sized parts.
public Task SplitIntoAsync(long chunkSize, string outputPath, CancellationToken token)
| Parameter | Type | Description |
|---|---|---|
| chunkSize | Int64 | The approximate size of a chunk in bytes. |
| outputPath | String | The folder path where chunks will be created. |
| token | CancellationToken | A CancellationToken that enables the possible cancellation of the operation. |
Return Value
The Task object
Exceptions
| exception | condition |
|---|---|
| ArgumentException | Throws when the path parameter is null or empty. |
See Also
- class MboxStorageReader
- namespace Aspose.Email.Storage.Mbox
- assembly Aspose.Email