MboxStorageReader Class

A base class for any mbox-based mail storage reader.
Inheritance Hierarchy

Namespace:  Aspose.Email.Storage.Mbox
Assembly:  Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntax
public abstract class MboxStorageReader : IDisposable

The MboxStorageReader type exposes the following members.

Constructors
  NameDescription
Protected methodMboxStorageReader(Stream, Boolean)
Initializes a new instance of the MboxStorageReader class.
Protected methodMboxStorageReader(String, Boolean)
Initializes a new instance of the MboxStorageReader class.
Properties
  NameDescription
Public propertyBaseStream
Gets the base stream.
Public propertyCurrentDataSize
Gets the number of bytes that is read by ReadNextMessage method.
Methods
  NameDescription
Public methodDispose
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
Protected methodDispose(Boolean)
Releases unmanaged and - optionally - managed resources
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodReadNextMessage
Reads the next message from underlying storage stream.
Public methodReadNextMessage(String)
Reads the next message from underlying storage stream.
Public methodToString (Inherited from Object.)
See Also