| Dispose() | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. |
| EnumerateMessageInfo() | Exposes the enumerator, which supports an iteration of messages in storage. |
| EnumerateMessageInfo(MailQuery) | Enumerates the message information that matches the specified query. |
| EnumerateMessageInfo(int, int) | Enumerates a specified number of message information entries, starting from the given index. |
| EnumerateMessages() | Exposes the enumerator, which supports an iteration of messages in storage. |
| EnumerateMessages(EmlLoadOptions) | Exposes the enumerator, which supports an iteration of messages in storage. |
| EnumerateMessages(MailQuery) | Enumerates the mail messages that match the specified query. |
| EnumerateMessages(EmlLoadOptions, MailQuery) | Enumerates the mail messages that match the specified query, using the provided load options. |
| EnumerateMessages(int, int) | Enumerates a specified number of mail messages, starting from the given index. |
| EnumerateMessages(EmlLoadOptions, int, int) | Enumerates a specified number of mail messages, starting from the given index, using the provided load options. |
| ExtractMessage(string, EmlLoadOptions) | Get the message from MBOX. |
| override GetTotalItemsCount() | Returns the number of messages in a storage. |
| override NextMessage() | Gets the next message info. |
| override ReadNextMessage() | Reads the next message from underlying storage stream. |
| override ReadNextMessage(EmlLoadOptions) | Reads the next message from underlying storage stream. |
| override ReadNextMessage(out string) | Reads the next message from underlying storage stream. |
| override ReadNextMessage(out string, EmlLoadOptions) | Reads the next message from underlying storage stream. |
| SplitInto(long, string) | Splits the mbox storage into less sized parts. |
| SplitInto(long, string, string) | |
| SplitIntoAsync(long, string, CancellationToken) | Splits the mbox storage into less sized parts. |
| SplitIntoAsync(long, string, string, CancellationToken) | Splits the mbox storage into less sized parts. |