Reputation:
Is anybody know how to pull contact list from Microsoft Exchange 2007 using c#?
Upvotes: 1
Views: 428
Reputation: 39583
Probably the best way to do this would be through Exchange Web Services.
Upvotes: 1
Reputation: 4324
Exchange web services is your best bet for this, or you can host a PowerShell runtime in your app and access Exchange that way.
Upvotes: 0