MailStorageConverterMboxToPst Method (Stream, String)

Converts an mboxrd message store to PST.

Namespace:  Aspose.Email.Storage
Assembly:  Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntax
public static PersonalStorage MboxToPst(
	Stream mboxrdDataStream,
	string pstFileName
)

Parameters

mboxrdDataStream
Type: System.IOStream
The mboxrd data stream.
pstFileName
Type: SystemString
Name of the PST file.

Return Value

Type: PersonalStorage
Personal storage object that represents the converted storage.
Exceptions
ExceptionCondition
ArgumentNullExceptionIf mboxrdDataStream is null.
ArgumentNullExceptionIf pstFileName is null or empty.
See Also