I want to add a custom column to the Inbox which is a Yes/No column. I want an icon to show in the Yes case. How can I do this?
Everything I ve looked up is either about adding a column through the View.XML property, through UserProperties.Add with addToFolderFields = true, or through Field Chooser.
There are also a lot of forums where Dmitry from dimastr.com just tells people it s not possible to set an icon with no real explanation.
It s pretty frustrating - why would Outlook s UI support creating Icon fields if you can t set an icon for them?! Won t they just always be blank columns?!
Some alternative questions that would also help if they were answered:
What is the "bitmap" element in the View.XML of a
<column
>?How can I set a userproperty as the value of a column using the "prop" element of a
<column
>?Where can I find a description of the View.XML definition? Microsoft articles all have bad links.