Aspose.Email.Storage.Mbox
The Aspose.Email.Storage.Mbox namespace contains classes for work with mbox format.
Classes
Class | Description |
---|---|
MboxLoadOptions | Specifies additional options when loading a Mbox storage. |
MboxMessageInfo | Represents an information about message in the MBOX storage. |
MboxoStorageReader | Represents mboxo format storage reader, this format is being used by Eudora. |
MboxrdStorageReader | Represents mboxrd format storage reader, this format is being used by Thunderbird and other mail clients. |
MboxrdStorageWriter | Represents mboxrd format storage writer, this format is being used by Thunderbird and other mail clients. |
MboxSaveOptions | Specifies additional options when save a Mbox storage. |
MboxStorageReader | 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. |
MboxStorageWriter | A base class for any mbox-based mail storage writer. |