J
juan
Hi!
I wrote an application in C++ that uses Outlook::ItemsEvents ItemAdd
event
to detect when an item is moved from ANY folder to ANY another folder.
So what I do is to traverse all folders and for each one I add this
event...
Problem is that if I have for example 3000 folders, then Outlook
startup
and Outlook shutdown will take several minutes....
Is there any other way to detect when the user is moving one email from
one
subfolder to another? I just need the target folder EntryID and the
email
sender......
Thanks
I wrote an application in C++ that uses Outlook::ItemsEvents ItemAdd
event
to detect when an item is moved from ANY folder to ANY another folder.
So what I do is to traverse all folders and for each one I add this
event...
Problem is that if I have for example 3000 folders, then Outlook
startup
and Outlook shutdown will take several minutes....
Is there any other way to detect when the user is moving one email from
one
subfolder to another? I just need the target folder EntryID and the
sender......
Thanks