Modifier and Type | Class and Description |
---|---|
class |
MboxoStorageReader
Represents mboxo format storage reader, this format is being used by Eudora.
|
class |
MboxrdStorageReader
Represents mboxrd format storage reader, this format is being used by Thunderbird and other mail clients.
|
Modifier and Type | Method and Description |
---|---|
static MboxStorageReader |
MboxStorageReader.createReader(InputStream stream,
boolean leaveOpen)
Deprecated.
This method is obsolete and will be removed soon. Please use method with MboxLoadOptions
|
static MboxStorageReader |
MboxStorageReader.createReader(InputStream stream,
MboxLoadOptions options)
Creates the instance of reader.
|
static MboxStorageReader |
MboxStorageReader.createReader(com.aspose.ms.System.IO.Stream stream,
boolean leaveOpen)
Deprecated.
This method is obsolete and will be removed soon. Please use method with MboxLoadOptions
|
static MboxStorageReader |
MboxStorageReader.createReader(com.aspose.ms.System.IO.Stream stream,
MboxLoadOptions options)
Creates the instance of reader.
|
static MboxStorageReader |
MboxStorageReader.createReader(String fileName,
boolean leaveOpen)
Deprecated.
This method is obsolete and will be removed soon. Please use method with MboxLoadOptions
|
static MboxStorageReader |
MboxStorageReader.createReader(String fileName,
MboxLoadOptions options)
Creates the instance of reader.
|
Copyright (c) 2008-2021 Aspose Pty Ltd. All Rights Reserved.