J
Jim Leach
I've written a COM Addin for Outlook in VB that displays a dialog whenever an
item is added to the Sent Items folder. All is well except when running
Outlook2003 in Cached Mode. When Outlook is started and the Sent Items folder
is updated, the dialog is displayed for every "new" item in the folder. I've
tried trapping all of the SyncObjects when my addin is loading but they do
not seem to be firing during this initial Update process. I need some way to
determine when this initial "folder update on startup" is complete so that I
can "disable" my addin until it is finished.
Any help greatly appreciated,
Jim
item is added to the Sent Items folder. All is well except when running
Outlook2003 in Cached Mode. When Outlook is started and the Sent Items folder
is updated, the dialog is displayed for every "new" item in the folder. I've
tried trapping all of the SyncObjects when my addin is loading but they do
not seem to be firing during this initial Update process. I need some way to
determine when this initial "folder update on startup" is complete so that I
can "disable" my addin until it is finished.
Any help greatly appreciated,
Jim