Hello.
we are having problem with create contact with Exchange server.
the problem is following
we create client = EWSClient.GetEWSClient
with application credentials which has access to users email.
but when we do client.CreateContac(outlookContact), it create contact not for the specific email but for the appictaion username.
is there way to specify the email account you the contact to be created for.
other work around I found is this
client.MoveItem(itemUri, contactsUrl);
but it throws an error message "Item move failed".
Please advise
we are having problem with create contact with Exchange server.
the problem is following
we create client = EWSClient.GetEWSClient
with application credentials which has access to users email.
but when we do client.CreateContac(outlookContact), it create contact not for the specific email but for the appictaion username.
is there way to specify the email account you the contact to be created for.
other work around I found is this
client.MoveItem(itemUri, contactsUrl);
but it throws an error message "Item move failed".
Please advise