View Single Post
  #7  
Old December 23rd 08, 02:10 PM posted to microsoft.public.outlook.program_addins
Ken Slovak - [MVP - Outlook]
external usenet poster
 
Posts: 5,848
Default check or uncheck the column with Icon format

You would need to have the correct type of user property of course. A string
can only display one value.

Once a user property is created it cannot be modified as to type, so you'd
need to create a new user property.

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


"sd" wrote in message
...
Thanks Ken
I've enabled in cell editing & set the type to i4 for the userproperty
column in the view but still unable to display column as dropdown list
in the view.What else is missing ?When I checked Importance column
(already present in view) display format, it is "Bitmap with poplist"
hence shown as list.But since my column represents a userproperty of
type string ,it's display format is "Text" only.Do I need to change
the userproperty type ? This userproperty is associted with a combobox
present on custom message form.I'm using Outlook 2003.


Ads