Click or drag to resize

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.IMAP
Assembly:  Mail (in Mail.dll) Version: 3.0.23341.1754
Syntax
public bool Compress { get; }

Property Value

Type: Boolean
See Also