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