ExchangeServiceBase.AcceptGzipEncoding Property

Definition

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.

Applies to