0

How do I add a contact to an Exchange Server 2010 public folder using C# or PowerShell?

Korneel
  • 1,487
  • 14
  • 40

1 Answers1

0

I use Microsoft Exchange Web Services

http://msdn.microsoft.com/en-us/library/exchange/bb204119%28v=exchg.140%29.aspx

DJ Burb
  • 2,346
  • 2
  • 29
  • 38
  • it has a Contact class that you can use to update contacts. It may have a small learning curve, but it works – DJ Burb Nov 05 '12 at 21:33