ExchangeServiceBase.AcceptGzipEncoding property
Gets or sets a value that indicates whether GZip compression encoding should be accepted.
Namespace: Microsoft.Exchange.WebServices.Data
Assembly: Microsoft.Exchange.WebServices (in Microsoft.Exchange.WebServices.dll)
'Declaration Public Property AcceptGzipEncoding As Boolean Get Set 'Usage Dim instance As ExchangeServiceBase Dim value As Boolean value = instance.AcceptGzipEncoding instance.AcceptGzipEncoding = value
Property value
Type: System.Booleantrue if GZip compression encoding should be accepted; otherwise, false.
Show: