 | ImapCapabilitiesCompress Property |
Gets information if COMPRESS extension is supported.
Servers that support this extension allow communication compression. You can turn compression on by using
Compress method.
(
RFC 4959)
Namespace: Limilabs.Client.IMAPAssembly: Mail (in Mail.dll) Version: 3.0.26106.1555
Syntaxpublic bool Compress { get; }Public ReadOnly Property Compress As Boolean
Get
public:
property bool Compress {
bool get ();
}member Compress : bool with get
Property Value
Boolean
See Also