A
Alexey Gavrilov
Hello Everyone,
My application is written in C++ needs to access Outlook Address Book,
without showing UI of Outlook. In order to do that the application creates
the instance of Outlook and call its methods or properties. Everything is
fine, but ... If there is some overdue task in the Tasks folder with its
reminder set, the notification window appears half a minute after the
instance of Outlook has been created.
I can handle the Reminder event of the Application object. But, what should
be done in the handler in order to prevent the window with the list of
notifications from being displayed?
Thank you for your help.
My application is written in C++ needs to access Outlook Address Book,
without showing UI of Outlook. In order to do that the application creates
the instance of Outlook and call its methods or properties. Everything is
fine, but ... If there is some overdue task in the Tasks folder with its
reminder set, the notification window appears half a minute after the
instance of Outlook has been created.
I can handle the Reminder event of the Application object. But, what should
be done in the handler in order to prevent the window with the list of
notifications from being displayed?
Thank you for your help.