 | 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.Client
Assembly:
Mail (in Mail.dll) Version: 3.0.23341.1754
Syntaxpublic bool IsCompressed { get; }
Public ReadOnly Property IsCompressed As Boolean
Get
public:
property bool IsCompressed {
bool get ();
}
member IsCompressed : bool with get
Property Value
Type:
Boolean
See Also