ExchangeService.EnableScpLookup Property

Definition

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.

public:
 property bool EnableScpLookup { bool get(); void set(bool value); };
public bool EnableScpLookup { get; set; }
Public Property EnableScpLookup As Boolean

Property Value

true if the ExchangeService instance should perform an SCP lookup; otherwise, false.

Applies to