I'm using the EWS Java API to hit our Exchange server. I would like to use autodiscover, but the autodiscover
service is on a subdomain (mail.mycompany.com instead of mycompany.com), and our email addresses are on the domain (user@mycompany.com). Is there a way, short of changing the source to accept that host, to tell the ExchangeService object to look for the autodiscover
service on the subdomain, rather than assume it's on the exact same domain as the email address?
↧