Setting Icon for the default Mail List display

  • Thread starter Thread starter JahMic
  • Start date Start date
J

JahMic

I have a custom class, and upon OnDelivery, if I find a message of
this class, I set the icon via PR_ICON_INDEX. However, it is not
working. I am simply just giving the id of the icon from resource
file. (How do I setup a proper id?)

If possible, I do not wish to make a custom form, I just simply want
to show the icon, instead of the standard icon the standard mail view
(inbox by default)

Any help, much appreciated,

Thanks, J
 
Can't do that - youy can either set the PR_ICON_INDEX to one of the
predefined Outlook icons or create your own form and set the
PR_MESSAGE_CLASS appropriately.

Dmitry Streblechenko (MVP)
http://www.dimastr.com/
OutlookSpy - Outlook, CDO
and MAPI Developer Tool
 
Ok then, can you suggest an appropriate example form related to this
issue I could take a look at? I haven't dabbled into forms yet.

Thanks, J
 
Back
Top