[Missing <summary> documentation for "P:Scanjour.Workflow4.Common.Exchange.ExchangeMailService.AutoDiscoverEnabled"]
public bool AutoDiscoverEnabled { get; set; }
Public Property AutoDiscoverEnabled As Boolean
Get
Set
public:
property bool AutoDiscoverEnabled {
bool get ();
void set (bool value);
}
member AutoDiscoverEnabled : bool with get, set