We have a customized template based on the 8.0 mail template. Attention Indicators don’t work in the inbox of the 8.0 template. Does anyone know what design element provides that color coded view?
I see a column in the All Docs (where attention indicators does work) called ColorColumn(hidden). I tried copy/paste into the inbox view but it didn’t change the behavior.
Thanks in advance.
Subject: mail colors
All mail colors are stored in a profile note called ColorProfile. The $Sender1 item on that profile note contains the color formula that is read by the view column.
If you look at the hidden Color column in designer, you will notice the first tab of the infobox shows “User Defined” property checked, and ColorProfile as the profile note. The “Programmatic name” on the last tab shows the $Sender1 item.
Hope this helps.