I have a client application written using the EWS Managed API 1.1. Here's the situation:
- The client does not start on a computer in the same domain as Exchange Server.
- I have a username and password, but not an email address.
- There is no commonality between a username (for example, ABC123 \ 001234) and an email address (for example, joe.bloggs@company.com ).
I can connect to EWS just fine, send messages, etc.
However, my software must detect the authenticated user email address, and for various reasons, the requirements cannot simply ask the user to provide it.
I suggested that I could get such a simple part from a web service, but I'm at a dead end!
Is this possible for 2007 and 2010?
Thanks!
source share