Hello,
I need to create appointments by the connected user using c# code and EWS.
I tried this:
Exchange.Service.UseDefaultCredentials = true;
But I got an Error:
When making a request as an account that does not have a mailbox, you must specify the mailbox primary SMTP address for any distinguished folder Ids
How to solve it?