IsExternal property

bool IsExternal
Gets a value indicating whether the Autodiscover service that URL points to is (inside the corporate network) or external (outside the corporate network).

Implementation

bool get IsExternal => this._isExternal;
void IsExternal=(bool value)

Implementation

set IsExternal(bool value) => this._isExternal = value;