T
Tobias Böhm
Hello,
here's what I want to do. My AddIn is creating outlook-folders at
runtime. One for mail one for tasks and another one for tasks. The
items of the last task folder should have a different icon (can be one
of the available outlook-icons).
I found
http://groups.google.com/group/micr...lnk=gst&q=message+class+icon#57d7d93a561a3a07
and did what Sue Mosher suggested. I created a Form, published it,
changed the MessageClass of an item, which then used the new form but
the icon didn't change. Furthermore, the MessageClass of that item was
reset after restarting outlook.
I fifured that I had to change the default class items in that folder
get when created. Also I can't change the Default message class of a
folder. I can change the PR_DEF_MSG_CLASS property via MAPI which
according to OutlookSpy works. But OutlookSpy also says that the
DefaultMessageClass property of the TaskITem property hasn't changed.
I think I'm missing something here. What is the simplest way to
achieve what I want to achieve?
Thanks,
Tobi
here's what I want to do. My AddIn is creating outlook-folders at
runtime. One for mail one for tasks and another one for tasks. The
items of the last task folder should have a different icon (can be one
of the available outlook-icons).
I found
http://groups.google.com/group/micr...lnk=gst&q=message+class+icon#57d7d93a561a3a07
and did what Sue Mosher suggested. I created a Form, published it,
changed the MessageClass of an item, which then used the new form but
the icon didn't change. Furthermore, the MessageClass of that item was
reset after restarting outlook.
I fifured that I had to change the default class items in that folder
get when created. Also I can't change the Default message class of a
folder. I can change the PR_DEF_MSG_CLASS property via MAPI which
according to OutlookSpy works. But OutlookSpy also says that the
DefaultMessageClass property of the TaskITem property hasn't changed.
I think I'm missing something here. What is the simplest way to
achieve what I want to achieve?
Thanks,
Tobi