Hi, I want to enumarate contacts list for all accounts in exchange 2000 and 2003 and later 2007 server, using csharp. Which is the preferred method to do this. Is there any code samples. Note: The application will be run as a windows service. Thanks in advance
There is no way to do this in one request for all mailboxes on a Exchange Server. You need to treat every mailbox as a separate container hence each mailbox must be queried individually for the information you require. If your using .NET you might want to stick with using WebDAV which is documented in the Exchange SDK also have a look at webdav 101 http://blogs.msdn.com/webdav_101/archive/2006/06/30/652851.aspx. On Exchange 2007 you can use Exchange Web Services which is a lot more developer friendly API. Cheers Glen "Huseyin Altun" wrote in message news:eIfXgKwRIHA.536@TK2MSFTNGP06.phx.gbl... > Hi, > > I want to enumarate contacts list for all accounts in exchange 2000 and > 2003 > and later 2007 server, using csharp. > Which is the preferred method to do this. Is there any code samples. > Note: The application will be run as a windows service. > > Thanks in advance > >