A Microsoft Outlook email forum. Outlook Banter

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.

Go Back   Home » Outlook Banter forum » Microsoft Outlook Email Newsgroups » Add-ins for Outlook
Site Map Home Register Authors List Search Today's Posts Mark Forums Read Web Partners

Replace Task Status Enumeration



 
 
Thread Tools Search this Thread Display Modes
  #1  
Old December 10th 08, 02:56 PM posted to microsoft.public.outlook.program_addins
CC
external usenet poster
 
Posts: 34
Default 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?
Ads
  #2  
Old December 10th 08, 03:08 PM posted to microsoft.public.outlook.program_addins
Ken Slovak - [MVP - Outlook]
external usenet poster
 
Posts: 5,848
Default 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?


  #3  
Old December 10th 08, 03:41 PM posted to microsoft.public.outlook.program_addins
CC
external usenet poster
 
Posts: 34
Default 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?



  #4  
Old December 10th 08, 04:49 PM posted to microsoft.public.outlook.program_addins
Ken Slovak - [MVP - Outlook]
external usenet poster
 
Posts: 5,848
Default 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?


 




Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump

Similar Threads
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


All times are GMT +1. The time now is 08:56 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-2025 Outlook Banter.
The comments are property of their posters.