CompressionFormat Enumeration


Provides enumered values for file format.

[Visual Basic]
Public Enum CompressionFormat
[C#]
public enum CompressionFormat
[C++]
__value public enum CompressionFormat
[JScript]
public enum CompressionFormat

Members

Members name Description
Zip Specifies that the file is zipped file.
UUEncode Specifies that the file is uuencoded file.

Remarks

If the file is UUEncoded file, creating uuencoded file and adding file to uuencoded file are not supported. You can only extract or remove file from uuencoded file.