Compartir a través de


ExchangeService.EnableScpLookup Propiedad

Definición

Obtiene o establece un valor que indica si Exchange Web Services (EWS) debe realizar una búsqueda de punto de conexión de servicio (SCP) al determinar la dirección URL del servicio.

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

Valor de propiedad

true si la ExchangeService instancia debe realizar una búsqueda SCP; de lo contrario, false.

Se aplica a