MailStorageConverterMboxToPst Method (String, 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(
string mboxFileName,
string pstFileName
)
Public Shared Function MboxToPst (
mboxFileName As String,
pstFileName As String
) As PersonalStorage
public:
static PersonalStorage^ MboxToPst(
String^ mboxFileName,
String^ pstFileName
)
static member MboxToPst :
mboxFileName : string *
pstFileName : string -> PersonalStorage
Parameters
- mboxFileName
- Type: SystemString
Name of the mbox file. - pstFileName
- Type: SystemString
Name of the PST file.
Return Value
Type:
PersonalStoragePersonal storage object that represents the converted storage.
Exceptions Remarks
In addition the same set of exceptions can be thrown as for
FileStream creation using the open/read, create/write mode.
See Also