| Modifier and Type | Method and Description |
|---|---|
static EmlLoadOptions |
MailStorageConverter.getMboxMessageOptions()
Gets or sets email load options when parsing an Mbox storage.
|
| Modifier and Type | Method and Description |
|---|---|
IGenericEnumerable<MailMessage> |
MboxStorageReader.enumerateMessages(EmlLoadOptions options)
Exposes the enumerator, which supports an iteration of messages in storage.
|
MailMessage |
MboxStorageReader.extractMessage(String id,
EmlLoadOptions options)
Get the message from MBOX.
|
MailMessage |
MboxoStorageReader.readNextMessage(EmlLoadOptions options)
Reads the next message from underlying storage stream.
|
MailMessage |
MboxrdStorageReader.readNextMessage(EmlLoadOptions options)
Reads the next message from underlying storage stream.
|
abstract MailMessage |
MboxStorageReader.readNextMessage(EmlLoadOptions options)
Reads the next message from underlying storage stream.
|
MailMessage |
MboxoStorageReader.readNextMessage(String[] fromMarker,
EmlLoadOptions options)
Reads the next message from underlying storage stream.
|
MailMessage |
MboxrdStorageReader.readNextMessage(String[] fromMarker,
EmlLoadOptions options)
Reads the next message from underlying storage stream.
|
abstract MailMessage |
MboxStorageReader.readNextMessage(String[] fromMarker,
EmlLoadOptions options)
Reads the next message from underlying storage stream.
|
static void |
MailStorageConverter.setMboxMessageOptions(EmlLoadOptions value)
Gets or sets email load options when parsing an Mbox storage.
|
Copyright (c) 2008-2024 Aspose Pty Ltd. All Rights Reserved.