CustomAction event not firing on OL 2002

S

Simon Smith

Hi all -

I've got an Outlook add-in (written in C# using the OL 2002 PIA's) which
has a problem with the CustomAction event. In OL 2003 it is fine; in OL
2002 it doesn't always receive the CustomAction event from it's associated
form. The form is based on IPM.Post.

If the folder view is set to By Messages with no filter, the event fires.
If a filter is applied (e.g. show unread only), it doesn't fire; if the
view is e.g. by conversation, it doesn't fire with or without a filter.


Has anyone seen or heard of anything like this? I've done loads of googling
and can't find a thing.....
 
Top