public final class CompressionType
extends Enum
Compression types which are used by mail protocols
| Modifier and Type | Field and Description |
|---|---|
static int |
Deflate
Deflate algorithm is used
|
static int |
None
Compression is not defined
|
static int |
NotDefined
Not defined
|
public static final int NotDefined
Not defined
public static final int None
Compression is not defined
public static final int Deflate
Deflate algorithm is used
Copyright (c) 2008-2024 Aspose Pty Ltd. All Rights Reserved.