R
Ramesh
Forgive me if this has already been answered elsewhere (I couldn't locate any
though).
I have an Outlook addin that works in Outlook 2002 and 2003 (the only two I
support anyway). It was developed using VC++ in Visual Studio .Net 2003. It
works just fine. I need this addin to be running in Outlook and I need to
warn the user if it is not (could be because Outlook disabled it or the user
chose to disable it). How can I accomplish this?
My initial impression is that there has to be a background process that
monitors Outlook startups. This process will go and look for the LoadBehavior
and the Resiliency\DisabledItems keys in the registry and find out if the
Addin is in enabled state and if not pop-up a message box. Is this the
correct way to do this or is there a better alternative? If it is the correct
way, how can I monitor Outlook Startups?
Thanks in advance.
though).
I have an Outlook addin that works in Outlook 2002 and 2003 (the only two I
support anyway). It was developed using VC++ in Visual Studio .Net 2003. It
works just fine. I need this addin to be running in Outlook and I need to
warn the user if it is not (could be because Outlook disabled it or the user
chose to disable it). How can I accomplish this?
My initial impression is that there has to be a background process that
monitors Outlook startups. This process will go and look for the LoadBehavior
and the Resiliency\DisabledItems keys in the registry and find out if the
Addin is in enabled state and if not pop-up a message box. Is this the
correct way to do this or is there a better alternative? If it is the correct
way, how can I monitor Outlook Startups?
Thanks in advance.