TgzReader Class

The mailbox items reader of Zimbra tgz storage.
Inheritance Hierarchy
SystemObject
  Aspose.Email.Storage.ZimbraTgzReader

Namespace:  Aspose.Email.Storage.Zimbra
Assembly:  Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntax
public class TgzReader : IDisposable

The TgzReader type exposes the following members.

Constructors
  NameDescription
Public methodTgzReader
Initializes a new instance of the TgzReader class.
Properties
  NameDescription
Public propertyCurrentDirectory
Gets the current directory name.
Public propertyCurrentMessage
Gets the current message.
Methods
  NameDescription
Public methodDispose
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
Public methodEquals (Inherited from Object.)
Public methodExportTo
Save messages and directory structure using given path.
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.
Public methodToString (Inherited from Object.)
See Also