public class MailStorageConverter extends Object
Mail storage converter provides services for storage conversion operations.
Constructor and Description |
---|
MailStorageConverter() |
Modifier and Type | Method and Description |
---|---|
static PersonalStorage |
mboxToPst(InputStream mboxrdDataStream,
String pstFileName) |
static PersonalStorage |
mboxToPst(String mboxFileName,
String pstFileName)
Converts an mboxrd message store to PST.
|
public static PersonalStorage mboxToPst(String mboxFileName, String pstFileName)
Converts an mboxrd message store to PST.
mboxFileName
- Name of the mbox file.pstFileName
- Name of the PST file.
FileStream
creation using the open/read, create/write mode.
com.aspose.email.ms.System.IllegalArgumentException
- If mboxFileName
is null.public static PersonalStorage mboxToPst(InputStream mboxrdDataStream, String pstFileName)
Copyright (c) 2008-2013 Aspose Pty Ltd. All Rights Reserved.