MailStorageConverterMboxToPst Method (Stream, String, MailStorageConverterMailHandler) |
Converts an mboxrd message store to PST.
Namespace:
Aspose.Email.Storage
Assembly:
Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntaxpublic static PersonalStorage MboxToPst(
Stream mboxrdDataStream,
string pstFileName,
MailStorageConverterMailHandler mailHandler
)
Public Shared Function MboxToPst (
mboxrdDataStream As Stream,
pstFileName As String,
mailHandler As MailStorageConverterMailHandler
) As PersonalStorage
public:
static PersonalStorage^ MboxToPst(
Stream^ mboxrdDataStream,
String^ pstFileName,
MailStorageConverterMailHandler^ mailHandler
)
static member MboxToPst :
mboxrdDataStream : Stream *
pstFileName : string *
mailHandler : MailStorageConverterMailHandler -> PersonalStorage
Parameters
- mboxrdDataStream
- Type: System.IOStream
The mboxrd data stream. - pstFileName
- Type: SystemString
Name of the PST file. - mailHandler
- Type: Aspose.Email.StorageMailStorageConverterMailHandler
The delegate called on each message
Return Value
Type:
PersonalStoragePersonal storage object that represents the converted storage.
Exceptions
See Also