-
Notifications
You must be signed in to change notification settings - Fork 76
Closed
Description
Hi Gautam,
I have to autodiscover exchange url so using below code and getting nothing in response:
code used:
var autod = new ews.AutodiscoverService(ews.ExchangeVersion.Exchange2010);
when I use hardcoded url then its working fine:
var autod = new ews.AutodiscoverService(new ews.Uri("https://autodiscover-s.outlook.com/autodiscover/autodiscover.svc"), ews.ExchangeVersion.Exchange2010);
Any help would be highly appreciated.