The Exchange WMI provider should have this information: http://msdn2.microsoft.com/en-us/library/aa143724.aspx I think you want the ClientMode property: http://msdn2.microsoft.com/en-us/library/aa144726.aspx Now, WMI code is butt-ugly, but not much moreso than CDO!
Ed Crowley MCSE+Internet MVP Freelance E-Mail Philosopher Protecting the world from PSTs and Bricked Backups!T -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Chris Scharff Sent: Wednesday, December 19, 2007 10:12 AM To: Exchange Discussions Subject: RE: Finding Cache Mode You can tell if the current client connection for users is in cached mode or not (Exchange 2003 SP2) by looking at the Logons for the store. The Client Mode row is 1 for online and 2 for cached. http://msdn.microsoft.com/library/default.asp?url=/library/en-us/e2k3/e2k3/_ wmiref_cl_Exchange_Logon.asp I believe it should be possible to write a (Don't worry, be) MAPI application to query for this information. Also, just as an FYI, you can force this on a user or server level: http://technet.microsoft.com/en-us/library/bb219050.aspx > -----Original Message----- > From: [EMAIL PROTECTED] [mailto:bounce- > [EMAIL PROTECTED] On Behalf Of Albert Duro > Posted At: Wednesday, December 19, 2007 9:54 AM Posted To: swynk > Conversation: Finding Cache Mode > Subject: Finding Cache Mode > > Is there any way to tell from the server side which clients are on > Cache mode and which aren't? _________________________________________________________________ List posting FAQ: http://www.swinc.com/resource/exch_faq.htm Web Interface: http://intm-dl.sparklist.com/read/?forum=exchange To subscribe: http://e-newsletters.internet.com/discussionlists.html/ To unsubscribe send a blank email to [EMAIL PROTECTED] Exchange List admin: [EMAIL PROTECTED] To unsubscribe via postal mail, please contact us at: Jupitermedia Corp. Attn: Discussion List Management 475 Park Avenue South New York, NY 10016 Please include the email address which you have been contacted with. _________________________________________________________________ List posting FAQ: http://www.swinc.com/resource/exch_faq.htm Web Interface: http://intm-dl.sparklist.com/read/?forum=exchange To subscribe: http://e-newsletters.internet.com/discussionlists.html/ To unsubscribe send a blank email to [EMAIL PROTECTED] Exchange List admin: [EMAIL PROTECTED] To unsubscribe via postal mail, please contact us at: Jupitermedia Corp. Attn: Discussion List Management 475 Park Avenue South New York, NY 10016 Please include the email address which you have been contacted with.
