com.aspose.email
Class MailStorageConverter
java.lang.Object
com.aspose.email.MailStorageConverter
public class MailStorageConverter
- extends Object
Mail storage converter provides services for storage conversion operations.
MailStorageConverter
public MailStorageConverter()
mboxToPst
public static PersonalStorage mboxToPst(String mboxFileName,
String pstFileName)
Converts an mboxrd message store to PST.
- Parameters:
mboxFileName
- Name of the mbox file.pstFileName
- Name of the PST file.
In addition the same set of exceptions can be thrown as for FileStream
creation using the open/read, create/write mode.
- Returns:
- Personal storage object that represents the converted storage.
- Throws:
com.aspose.ms.System.IllegalArgumentException
- If mboxFileName
is null.
mboxToPst
public static PersonalStorage mboxToPst(InputStream mboxrdDataStream,
String pstFileName)
Copyright (c) 2002-2011 Aspose Pty Ltd. All Rights Reserved.