ExchangeService.EnableScpLookup property

Gets or sets a value that indicates whether Exchange Web Services (EWS) should perform a service connection point (SCP) lookup when it is determining the service URL.

Namespace:  Microsoft.Exchange.WebServices.Data
Assembly:  Microsoft.Exchange.WebServices (in Microsoft.Exchange.WebServices.dll)

'Declaration
Public Property EnableScpLookup As Boolean
	Get
	Set
'Usage
Dim instance As ExchangeService
Dim value As Boolean

value = instance.EnableScpLookup

instance.EnableScpLookup = value

Property value

Type: System.Boolean
true if the ExchangeService instance should perform an SCP lookup; otherwise, false.
Show: