Hi Team,
Background:
I am working on tracking activities the shared mailbox and folders in it.
Progress:
I am able to track all the new emails incoming to specific shared mailbox inbox, and folder in it.
I am stuck at a point in tracking who is moving the email from one folder to other folder.
Reference:
Kindly refer to the link https://msdn.microsoft.com/en-us/library/office/aa171178(v=office.11).aspx states making use of Explorer
the page also states "the Initialize_Handler() subroutine should be called before the event procedure can be called by Microsoft Outlook."
Need Help:
I need help in understanding how to call Initialize_handler() before the event procedure can be called by Microsoft outlook?
Addl Info:
BTW, I have FolderMonitor named class, and ThisOutlookSession calls the functions application_startup,
Hope my question is clear..
Regards,
Prasad DN
Background:
I am working on tracking activities the shared mailbox and folders in it.
Progress:
I am able to track all the new emails incoming to specific shared mailbox inbox, and folder in it.
I am stuck at a point in tracking who is moving the email from one folder to other folder.
Reference:
Kindly refer to the link https://msdn.microsoft.com/en-us/library/office/aa171178(v=office.11).aspx states making use of Explorer
the page also states "the Initialize_Handler() subroutine should be called before the event procedure can be called by Microsoft Outlook."
Need Help:
I need help in understanding how to call Initialize_handler() before the event procedure can be called by Microsoft outlook?
Addl Info:
BTW, I have FolderMonitor named class, and ThisOutlookSession calls the functions application_startup,
Hope my question is clear..
Regards,
Prasad DN