ExchangeServiceBase.AcceptGzipEncoding Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets a value that indicates whether GZip compression encoding should be accepted.
public:
property bool AcceptGzipEncoding { bool get(); void set(bool value); };
public bool AcceptGzipEncoding { get; set; }
Public Property AcceptGzipEncoding As Boolean
Property Value
true if GZip compression encoding should be accepted; otherwise, false.
Remarks
Setting the AcceptGzipEncoding property value indicates to the server whether the client can handle GZip compression encoding. The server will only send GZip-compressed content if it has been configured to do so.