P Pechar Jun 5, 2009 #1 Does exist any triger which allows me to "monitor" a folder? For example sent items?
K Ken Slovak - [MVP - Outlook] Jun 5, 2009 #2 Look in the Object Browser, every folder provides a number of events for its Items collection such as ItemAdd, ItemChange and ItemRemove. It would be easier to be more specific if you had mentioned the Outlook version and what exactly you want to monitor for.
Look in the Object Browser, every folder provides a number of events for its Items collection such as ItemAdd, ItemChange and ItemRemove. It would be easier to be more specific if you had mentioned the Outlook version and what exactly you want to monitor for.
S Sue Mosher [MVP] Jun 5, 2009 #3 The VBA sample at http://www.outlookcode.com/codedetail.aspx?id=456 shows how to monitor the Sent Items folder for new items using the Items.ItemAdd event.
The VBA sample at http://www.outlookcode.com/codedetail.aspx?id=456 shows how to monitor the Sent Items folder for new items using the Items.ItemAdd event.