We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi,
I'm migrating a project from .NET Framwork to Core and am now using this package
Should this code work?
ExchangeService service = new ExchangeService(ExchangeVersion.Exchange2007_SP1) { UseDefaultCredentials = true, ImpersonatedUserId = new ImpersonatedUserId(ConnectingIdType.SmtpAddress, emailAddress) }; service.AutodiscoverUrl(emailAddress);
I just get an error "The Autodiscover service couldn't be located."
The same code work in the .NET Framework version using the MS EWS API
The text was updated successfully, but these errors were encountered:
See my comment on this issue, it might provide you a path forward (you just have to find the URL that AutoDiscover would have found):
#46
Sorry, something went wrong.
No branches or pull requests
Hi,
I'm migrating a project from .NET Framwork to Core and am now using this package
Should this code work?
ExchangeService service = new ExchangeService(ExchangeVersion.Exchange2007_SP1) { UseDefaultCredentials = true, ImpersonatedUserId = new ImpersonatedUserId(ConnectingIdType.SmtpAddress, emailAddress) }; service.AutodiscoverUrl(emailAddress);
I just get an error "The Autodiscover service couldn't be located."
The same code work in the .NET Framework version using the MS EWS API
The text was updated successfully, but these errors were encountered: