![]() |
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. |
|
|
Thread Tools | Search this Thread | 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. |
#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. |
#3
|
|||
|
|||
![]()
Where is the master categories list stored in outlook 2007 ?
"Sue Mosher [MVP-Outlook]" wrote: 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. |
#4
|
|||
|
|||
![]() See: http://www.vboffice.net/workshop.htm...md=showitem#t6 -- Best regards Michael Bauer - MVP Outlook : Outlook Categories? Category Manager Is Your Tool : VBOffice Reporter for Data Analysis & Reporting : http://www.vboffice.net/product.html?pub=6&lang=en Am Sun, 29 Mar 2009 20:46:06 -0700 schrieb gdk: Where is the master categories list stored in outlook 2007 ? "Sue Mosher [MVP-Outlook]" wrote: 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 | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
restore categories in Outlook master category list | Rose Tree | Outlook - Using Contacts | 2 | January 4th 07 04:07 AM |
Limit to Categories in master List | Jack | Outlook - General Queries | 0 | October 7th 06 03:08 PM |
master list of categories and labels | [email protected] | Outlook - Using Contacts | 2 | September 21st 06 12:48 PM |
master categories | Jim S | Outlook - Using Contacts | 1 | February 9th 06 11:09 PM |
My Contact "categories" (custom) are no longer shown in Master. | [email protected] | Outlook - Using Contacts | 1 | January 11th 06 10:24 PM |