View Single Post
  #4  
Old September 12th 07, 08:30 PM posted to microsoft.public.outlook.program_addins
Ken Slovak - [MVP - Outlook]
external usenet poster
 
Posts: 5,848
Default Get the categories information

For C# use Categories[n] where n is the category you want to get. It's the
same with any collection when programming in C#, you don't use Item you use
the collection with an index.

--
Ken Slovak
[MVP - Outlook]
http://www.slovaktech.com
Author: Professional Programming Outlook 2007
Reminder Manager, Extended Reminders, Attachment Options
http://www.slovaktech.com/products.htm


"DavidH&P" wrote in message
...
I'm using VSTO 2005 SE, outlook 2007 and c#.


Ads