Get the categories information

K

Ken Slovak - [MVP - Outlook]

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.
 
Top