Getting Category List using MAPI C++

  • Thread starter Thread starter Rahu
  • Start date Start date
R

Rahu

How can I lists/add/delete categories of outlook contacts, calendars etc?
How can I get category color and shortcut keys?
How can I lists/add/delete categories in Master category List.

Programming language is c++ using mapi header files. I am not using .Net or
any other library or components. Currently I am able to retrieve category
name associated with a contact but I don't know other things.

I am using outlook 2007. But I heard that categories logic is different for
outlook 2007 and other previous versions(like 2003).
 
How can I lists/add/delete categories of outlook contacts, calendars etc?
How can I get category color and shortcut keys?
How can I lists/add/delete categories in Master category List.

Programming language is c++ using mapi header files. I am not using .Net or
any other library or components. Currently I am able to retrieve category
name associated with a contact but I don't know other things.

I am using outlook 2007. But I heard that categories logic is different for
outlook 2007 and other previous versions(like 2003).

Programming questions belong in one of the programming groups, like
microsoft.public.outlook.program_vba or .program_addins.
 
Back
Top