This topic has not yet been rated - Rate this topic

ExchangeServiceBase.SendClientLatencies property

EWS Managed API

Gets or sets whether client latency information must be sent by the client.

The SendClientLatencies property is applicable for clients that target Exchange Online and versions of Exchange starting with Exchange Server 2013.

Namespace:  Microsoft.Exchange.WebServices.Data
Assembly:  Microsoft.Exchange.WebServices (in Microsoft.Exchange.WebServices.dll)
'Declaration
Public Property SendClientLatencies As Boolean
	Get
	Set
'Usage
Dim instance As ExchangeServiceBase
Dim value As Boolean

value = instance.SendClientLatencies

instance.SendClientLatencies = value

Property value

Type: System.Boolean
true if client latency information is required; otherwise, false.
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.