unknown (google)
unknown (google)

Reputation:

Get e-mail Contacts from exchange 2007 in C#

Is anybody know how to pull contact list from Microsoft Exchange 2007 using c#?

Upvotes: 1

Views: 428

Answers (2)

Zoredache
Zoredache

Reputation: 39583

Probably the best way to do this would be through Exchange Web Services.

Upvotes: 1

Sam Cogan
Sam Cogan

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

Related Questions