TgzReader Constructor

Initializes a new instance of the TgzReader class.

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

Parameters

fileName
Type: SystemString
The filename.
Exceptions
ExceptionCondition
ArgumentNullException throws if file name is null or empty
See Also