PC Review Forums Newsgroups Microsoft Outlook Microsoft Outlook VBA Programming Send-Recieve

Reply

Send-Recieve

 
Thread Tools Rate Thread
Old 18-02-2004, 05:29 AM   #1
mookashi
Guest
 
Posts: n/a
Default Send-Recieve



hi,
how do I trap the Send/Recieve event in outlook

-----------------------------------------------
~~ Message posted from http://www.ExcelTip.com
~~View and post usenet messages directly from http://www.ExcelForum.com

  Reply With Quote
Old 18-02-2004, 03:38 PM   #2
Ken Slovak - [MVP - Outlook]
Guest
 
Posts: n/a
Default Re: Send-Recieve

You would trap the application wide ItemSend event and the ItemAdd
event for the Items collection of the Inbox. There is no single event
for what you want.

You should look at the Object Browser for the Outlook library, it
shows all methods and properties and events for all Outlook objects
and collections. Its help also has code samples that show how to use
most of them. It's the first place you should look.

--
Ken Slovak
[MVP - Outlook]
http://www.slovaktech.com
Author: Absolute Beginners Guide to Microsoft Office Outlook 2003
Reminder Manager, Extended Reminders, Attachment Options
http://www.slovaktech.com/products.htm


"mookashi" <mookashi.11t5qr@outlookforum.com> wrote in message
news:mookashi.11t5qr@outlookforum.com...
>
> hi,
> how do I trap the Send/Recieve event in outlook?
>
>
> ------------------------------------------------
> ~~ Message posted from http://www.ExcelTip.com/
> ~~View and post usenet messages directly from

http://www.ExcelForum.com/
>



  Reply With Quote
Reply



Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off