com.aspose.email
Class MailStorageConverter

java.lang.Object
  extended by com.aspose.email.MailStorageConverter

public class MailStorageConverter
extends Object

Mail storage converter provides services for storage conversion operations.


Constructor Summary
MailStorageConverter()
           
 
Method Summary
static PersonalStorage mboxToPst(InputStream mboxrdDataStream, String pstFileName)
           
static PersonalStorage mboxToPst(String mboxFileName, String pstFileName)
           Converts an mboxrd message store to PST.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MailStorageConverter

public MailStorageConverter()
Method Detail

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-2012 Aspose Pty Ltd. All Rights Reserved.