![]() |
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
|
|||
|
|||
![]()
Is there any way to replace the built-in status enumerations in Outlook? The
project I'm working on provides a dynamic status list for each task. Using VS2008 & Outlook 2007, I have been able to build my add-in and provide a custom form for the Task Inspector. My major concern is for supporting the user's ability to add the "status" field to the explorer pane. Is there any example code for trapping the built-in status & replacing it for my custom one? |
Ads |
#2
|
|||
|
|||
![]()
Not possible. You can create your own UserProperty to hold your enumeration
and that could be displayed in the view if desired. -- 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 "CC" wrote in message ... Is there any way to replace the built-in status enumerations in Outlook? The project I'm working on provides a dynamic status list for each task. Using VS2008 & Outlook 2007, I have been able to build my add-in and provide a custom form for the Task Inspector. My major concern is for supporting the user's ability to add the "status" field to the explorer pane. Is there any example code for trapping the built-in status & replacing it for my custom one? |
#3
|
|||
|
|||
![]()
Thank you for the reply. I was afraid that was the case.
I currently store the enumeration value names and the current value in string type UserProperties. On Add, the new status property is set to "true" to make the property visible to the folder, but the property name does not appear on any of the selection lists. What am I missing? "Ken Slovak - [MVP - Outlook]" wrote: Not possible. You can create your own UserProperty to hold your enumeration and that could be displayed in the view if desired. -- 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 "CC" wrote in message ... Is there any way to replace the built-in status enumerations in Outlook? The project I'm working on provides a dynamic status list for each task. Using VS2008 & Outlook 2007, I have been able to build my add-in and provide a custom form for the Task Inspector. My major concern is for supporting the user's ability to add the "status" field to the explorer pane. Is there any example code for trapping the built-in status & replacing it for my custom one? |
#4
|
|||
|
|||
![]()
What selection lists? You mean the Field Chooser? Just set it to show user
defined fields in the folder. If the property was added correctly that will show it. -- 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 "CC" wrote in message ... Thank you for the reply. I was afraid that was the case. I currently store the enumeration value names and the current value in string type UserProperties. On Add, the new status property is set to "true" to make the property visible to the folder, but the property name does not appear on any of the selection lists. What am I missing? |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Cannot send update from Tentative status to Busy status | Zester | Outlook - Calandaring | 0 | December 3rd 08 07:44 PM |
problems with .SaveAs during recursive enumeration in public folders | Peter van den Hooff | Outlook and VBA | 3 | April 4th 07 06:09 AM |
How do I create a custom status for a Task in Outlook 2003? | Martin | Outlook - Using Forms | 1 | January 29th 07 05:30 AM |
Help with Code - Creating Status Report from Task items | Steve | Outlook and VBA | 1 | August 2nd 06 05:45 AM |
VBA Code to check Task Status | [email protected] | Outlook and VBA | 2 | February 3rd 06 06:16 PM |