PersonalStorageSplitInto Method (Int64, String) |
Splits the pst storage into less sized parts.
Namespace:
Aspose.Email.Storage.Pst
Assembly:
Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntaxpublic void SplitInto(
long chunkSize,
string path
)
Public Sub SplitInto (
chunkSize As Long,
path As String
)
public:
void SplitInto(
long long chunkSize,
String^ path
)
member SplitInto :
chunkSize : int64 *
path : string -> unit
Parameters
- chunkSize
- Type: SystemInt64
The approximate size of a chunk in bytes. - path
- Type: SystemString
The folder path where chunks will be created.
Exceptions
See Also