Quantcast
Channel: Aspose.Email Product Family
Viewing all articles
Browse latest Browse all 1367

Aspose.Email 6.9--CreateContact issue

$
0
0
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

Viewing all articles
Browse latest Browse all 1367

Trending Articles