Ok so that title is not the most informative, but I'm having a hard time describing whats going on.
The Context: I have a C# application that manages a bunch of contacts. Using the Outlook/exchange web service (EWS) managed API I am able to create an exchange contact with the email addresses and phone numbers and all that.
This is as a replacement of a service based Active-Directory based person list (that was then linked to in outlook) also developed by us.
The Problem: After removing the old active directory list this started happening. Whenever you select a contact from my new (ews based) list (in a to: field in ta new email) it would look liked it started to auto resolve. Then it displays the message that the mail cannot be sent because the email doenst exist anymore or is not valid.
If you check the autocomplete dropdown for that contact it now displays something like this: peter keutels <[email protected]> and in the NDA it lists the recipient as Exchange+20Administrative+20Group+20+28FYDIBOHF23SPDLT+29_cn=Recipients_cn=8b620d77d1df4bf0b7aad23f4632a503-Peter+20Keutels@COMPANY.OFFICE instead of just [email protected]
We tried clearing autocomplete, disabling auto-resolve. recreating outlook accounts...
I am totaly lost with this. I feel like this might just be an outlook problem. And in that case I probably should post this in another website. But I created the problem by using EWS. I hope I can fix it with EWS as well..