Skip to content

Autodiscover url giving error #73

@alkasain

Description

@alkasain

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.

Metadata

Metadata

Assignees

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions