![]() |
| If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below. |
|
|||||||
| Tags: categories, custom, list, master, programming |
|
|
Thread Tools | Display Modes |
|
#1
|
|||
|
|||
|
I need to embed some code in my folder based application that will insert
custom Categories into the Outlook Master Categories List. The source of the custom Categories are a set of string records in an Excel Spread sheet. I know how to load the strings from the spreadsheet and have studied Sue Mosher's technique in section 6.6 of her book that uses the Split/Join functions and arrays, but that only inserts a category in place of an existing category in an item...not in the Master Category List. Can anyone advise me or point me to how to do this? I can't find any references on program access or the object model for accessing the Master Category List. -- John E. |
| Ads |
|
#2
|
|||
|
|||
|
The user's Master Category List is held in the Windows registry in versions before Outlook 2007, so you'd use registry methods, not Outlook techniques. See http://www.slipstick.com/outlook/olcat.htm
-- Sue Mosher, Outlook MVP Author of Configuring Microsoft Outlook 2003 http://www.turtleflock.com/olconfig/index.htm and Microsoft Outlook Programming - Jumpstart for Administrators, Power Users, and Developers http://www.outlookcode.com/jumpstart.aspx "John E." wrote in message ... I need to embed some code in my folder based application that will insert custom Categories into the Outlook Master Categories List. The source of the custom Categories are a set of string records in an Excel Spread sheet. I know how to load the strings from the spreadsheet and have studied Sue Mosher's technique in section 6.6 of her book that uses the Split/Join functions and arrays, but that only inserts a category in place of an existing category in an item...not in the Master Category List. Can anyone advise me or point me to how to do this? I can't find any references on program access or the object model for accessing the Master Category List. -- John E. |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| restore categories in Outlook master category list | Rose Tree | Outlook - Using Contacts | 2 | January 4th 07 05:07 AM |
| Limit to Categories in master List | Jack | Outlook - General Queries | 0 | October 7th 06 04:08 PM |
| master list of categories and labels | rachel.villacorta@gmail.com | Outlook - Using Contacts | 2 | September 21st 06 01:48 PM |
| master categories | Jim S | Outlook - Using Contacts | 1 | February 10th 06 12:09 AM |
| My Contact "categories" (custom) are no longer shown in Master. | chip@solomonedwards.com | Outlook - Using Contacts | 1 | January 11th 06 11:24 PM |