|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectcom.aspose.email.MailboxConverter
public class MailboxConverter
Provides mailbox conversion routines.
| Constructor Summary | |
|---|---|
MailboxConverter()
|
|
| Method Summary | |
|---|---|
static void |
convertPersonalStorageToMbox(PersonalStorage personalStorage,
MboxStorageWriter mboxStorageWriter,
MessageAcceptanceCallback acceptanceCallback)
Converts the PersonalStorage to mbox format using given MboxStorageWriter. |
static void |
convertPersonalStorageToMbox(PersonalStorage personalStorage,
String storagePath,
MessageAcceptanceCallback acceptanceCallback)
Converts the PersonalStorage to mbox format using given path. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public MailboxConverter()
| Method Detail |
|---|
public static void convertPersonalStorageToMbox(PersonalStorage personalStorage,
String storagePath,
MessageAcceptanceCallback acceptanceCallback)
Converts the PersonalStorage to mbox format using given path.
personalStorage - The personal storage.storagePath - The path to save personalStorage structure to.acceptanceCallback - The acceptance callback, can be null.
personalStorage e.g. directory tree will be recreated on disk.
com.aspose.ms.System.IllegalArgumentException - If personalStorage is null.
com.aspose.ms.System.IllegalArgumentException - If storagePath is null.
public static void convertPersonalStorageToMbox(PersonalStorage personalStorage,
MboxStorageWriter mboxStorageWriter,
MessageAcceptanceCallback acceptanceCallback)
Converts the PersonalStorage to mbox format using given MboxStorageWriter.
personalStorage - The personal storage.mboxStorageWriter - The mbox storage writer.acceptanceCallback - The acceptance callback, can be null.
com.aspose.ms.System.IllegalArgumentException - If personalStorage is null.
com.aspose.ms.System.IllegalArgumentException - If mboxStorageWriter is null.
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||