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
)
Public Shared Function MboxToPst (
mboxrdDataStream As Stream,
pstFileName As String
) As PersonalStorage
public:
static PersonalStorage^ MboxToPst(
Stream^ mboxrdDataStream,
String^ pstFileName
)
static member MboxToPst :
mboxrdDataStream : Stream *
pstFileName : string -> PersonalStorage
Parameters
- mboxrdDataStream
- Type: System.IOStream
The mboxrd data stream. - pstFileName
- Type: SystemString
Name of the PST file.
Return Value
Type:
PersonalStoragePersonal storage object that represents the converted storage.
Exceptions See Also