MboxStorageWriter Class

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

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

The MboxStorageWriter type exposes the following members.

Constructors
  NameDescription
Protected methodMboxStorageWriter(Stream, Boolean)
Initializes a new instance of the MboxStorageWriter class.
Protected methodMboxStorageWriter(String, Boolean)
Initializes a new instance of the MboxStorageWriter class.
Properties
  NameDescription
Public propertyBaseStream
Gets the base stream.
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 methodToString (Inherited from Object.)
Public methodWriteMessage(MailMessage)
Writes the message to underlying storage stream.
Public methodWriteMessage(MailMessage, String)
Writes the message to underlying storage stream.
See Also