Help!

How to monitor folder

 
  

Post new topic   General Reply to Topic (not reply to a specific post)    Forums Home -> Programming VBA RSS
Next:  worksheet that will only work on one users pc  
Author Message
Pechar
External


Since: Jun 05, 2009
Posts: 1



PostPosted: Fri Jun 05, 2009 12:02 am    Post subject: How to monitor folder
Archived from groups: microsoft>public>outlook>program_vba (more info?)

Does exist any triger which allows me to "monitor" a folder? For example sent
items?
Back to top
Ken Slovak - [MVP - Outlo
External


Since: Oct 17, 2003
Posts: 3355



PostPosted: Fri Jun 05, 2009 9:43 am    Post subject: Re: How to monitor folder [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

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.

--
Ken Slovak
[MVP - Outlook]
http://www.slovaktech.com
Author: Professional Programming Outlook 2007.
Reminder Manager, Extended Reminders, Attachment Options.
http://www.slovaktech.com/products.htm


"Pechar" <Pechar.TakeThisOut@discussions.microsoft.com> wrote in message
news:805A096D-EFA4-4C5D-87D1-8C85550355D8@microsoft.com...
> Does exist any triger which allows me to "monitor" a folder? For example
> sent
> items?
Back to top
Sue Mosher [MVP]
External


Since: Mar 19, 2009
Posts: 41



PostPosted: Fri Jun 05, 2009 10:09 am    Post subject: Re: How to monitor folder [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

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.

--
Sue Mosher, Outlook MVP
Author of Microsoft Outlook 2007 Programming:
Jumpstart for Power Users and Administrators
http://www.outlookcode.com/article.aspx?id=54


"Pechar" <Pechar.DeleteThis@discussions.microsoft.com> wrote in message
news:805A096D-EFA4-4C5D-87D1-8C85550355D8@microsoft.com...
> Does exist any triger which allows me to "monitor" a folder? For example
> sent
> items?
Back to top
Display posts from previous:   
Post new topic   General Reply to Topic (not reply to a specific post)    Forums Home -> Programming VBA All times are: Eastern Time (US & Canada) (change)
Page 1 of 1

 
You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum