views:

55

answers:

1

Wondering if anybody know: How to get or add contacts to users mailbox, using account with admin rights to access them in Exchange 2007. coding in C# 2008.

Searching for 4 days already cant find any examples of this solution.

A: 

I would look at using EWS since you are using C#. MSDN: Exchange Web Services Reference

There is also the Managed API which simplifies the calls. MSDN: Exchange Web Services Managed API 1.0 SDK

Joe Doyle