MboxStorageReader
MboxStorageReader class
Represents an MBOX file and provides methods for reading and extracting messages.
The MBOX file format is used for storing a collection of email messages.
The MboxStorageReader type exposes the following members:
Properties
Name | Description |
---|---|
base_stream | Gets the base stream. |
current_data_size | Gets the number of bytes that is read by ReadNextMessage method. |
Methods
Name | Description |
---|---|
create_reader(stream, options) | |
create_reader(file_name, options) | |
enumerate_messages() | |
enumerate_messages(options) | |
split_into(chunk_size, output_path) | |
split_into(chunk_size, output_path, part_file_name_prefix) | |
read_next_message() | |
read_next_message(from_marker) | |
read_next_message(options) | |
read_next_message(from_marker, options) | |
enumerate_message_info() | |
extract_message(id, options) | |
next_message() | |
get_total_items_count() |
See Also
- namespace aspose.email.storage.mbox
- assembly Aspose.Email