![]() |
Replace Task Status Enumeration
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? |
Replace Task Status Enumeration
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? |
Replace Task Status Enumeration
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? |
Replace Task Status Enumeration
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? |
All times are GMT +1. The time now is 05:04 AM. |
Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 2.4.0
Copyright ©2004-2006 OutlookBanter.com