| Modifier and Type | Method and Description |
|---|---|
MboxMessageInfo |
MboxoStorageReader.nextMessage()
Gets the next message info.
|
MboxMessageInfo |
MboxrdStorageReader.nextMessage()
Gets the next message info.
|
abstract MboxMessageInfo |
MboxStorageReader.nextMessage()
Gets the next message info.
|
| Modifier and Type | Method and Description |
|---|---|
IGenericEnumerable<MboxMessageInfo> |
MboxStorageReader.enumerateMessageInfo()
Exposes the enumerator, which supports an iteration of messages in storage.
|
IGenericEnumerable<MboxMessageInfo> |
MboxStorageReader.enumerateMessageInfo(int startIndex,
int count)
Enumerates a specified number of message information entries, starting from the given index.
|
IGenericEnumerable<MboxMessageInfo> |
MboxStorageReader.enumerateMessageInfo(MailQuery query)
Enumerates the message information that matches the specified query.
|
Copyright (c) 2008-2025 Aspose Pty Ltd. All Rights Reserved.