Daz,
Many thanks,
Then how would you access the Outlook performance counters? -
http://support.microsoft.c
Main Topics
Browse All TopicsDoes anybody know what the Outlook WMI class is called in order to reference it?
i.e. the OS is Win32_OperatingSystem
Many Thanks,
Dave
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
Daz,
Many thanks,
Then how would you access the Outlook performance counters? -
http://support.microsoft.c
Hi Dave,
Those counters are for Performance Monitor.
(In XP) Start / Run - Perfmon
Click the plus icon '+' near the top of the window, and under Performance object select Outlook. Then under the counters list you will see all the counters from the list on http://support.microsoft.c
From the command line, you can access perfmon counters using logman.exe (http://support.microsoft.
According to the guide, you would need to create a config file with entries like the following in it to access the counters:
"\Outlook\RPCs Attempted"
Hope this helps,
Daz.
Business Accounts
Answer for Membership
by: Daz_1234Posted on 2009-10-22 at 01:44:38ID: 25631906
There isn't an Outlook WMI class.
en-us/libr ary/ aa2108 97(office. 11,classic ).aspx
Outlook does come with a whole bunch of scriptable COM objects you can access though to read information from Outlook and write changes into Outlook.
See here for the Outlook 2003 objects, this link has the common Application object open (Outlook.Application)
http://msdn.microsoft.com/
Daz.