Hi,
I have developed a custom form for Pocket Outlook that allows users to
create a new email message of my own type. This works fine. My problem is
that I need to change the message class of certain incoming emails so that
they can be read with my custom form, if that makes sense (unfortunately I
can't guarantee that mails coming from different systems will set the message
class).
My current solution is to have a seperate process use the State &
Notification broker to check for new emails, and if one is received process
the Inbox and change the message class of messages matching my criteria.
It would be more ideal to lump the two things together into the same DLL as
my custom form. So, is there any way to get Pocket Outlook to load a custom
DLL at startup? I tried Inbox menu extensions but they only load when the
user actually clicks the menu.
Any ideas?
Thanks in advance,
Damian Wilson