Uses of Class
com.aspose.email.PersonalStorage

Uses of PersonalStorage in com.aspose.email
 

Methods in com.aspose.email that return PersonalStorage
static PersonalStorage PersonalStorage.create(InputStream stream, int version)
           
static PersonalStorage PersonalStorage.create(String fileName, int version)
           Creates the new PST file with the specified file name.
static PersonalStorage PersonalStorage.fromFile(String fileName)
           Load PST from file.
static PersonalStorage PersonalStorage.fromFile(String fileName, boolean writable)
           Load PST from file.
static PersonalStorage PersonalStorage.fromStream(InputStream stream)
           
static PersonalStorage PersonalStorage.fromStream(InputStream stream, boolean writable)
           
static PersonalStorage MailStorageConverter.mboxToPst(InputStream mboxrdDataStream, String pstFileName)
           
static PersonalStorage MailStorageConverter.mboxToPst(String mboxFileName, String pstFileName)
           Converts an mboxrd message store to PST.
 

Methods in com.aspose.email with parameters of type PersonalStorage
static void MailboxConverter.convertPersonalStorageToMbox(PersonalStorage personalStorage, MboxStorageWriter mboxStorageWriter, MessageAcceptanceCallback acceptanceCallback)
           Converts the PersonalStorage to mbox format using given MboxStorageWriter.
static void MailboxConverter.convertPersonalStorageToMbox(PersonalStorage personalStorage, String storagePath, MessageAcceptanceCallback acceptanceCallback)
           Converts the PersonalStorage to mbox format using given path.
 



Copyright (c) 2002-2012 Aspose Pty Ltd. All Rights Reserved.