 | ClientBaseIsCompressed Property |
Gets a Boolean value that indicates whether communication to the remote server is compressed.
You can turn compression on by using
Compress method.
Namespace: Limilabs.ClientAssembly: Mail (in Mail.dll) Version: 3.0.26106.1555
Syntaxpublic bool IsCompressed { get; }Public ReadOnly Property IsCompressed As Boolean
Get
public:
property bool IsCompressed {
bool get ();
}member IsCompressed : bool with get
Property Value
Boolean
See Also