Hi, rrhandle8.
The only solution for firing a macro immediately after sending a message is to place a watch on the Sent Items folder. Something like the code in the snippet below. Of course this will only work if sent messages go to the Sent Items folder. You can use a rule to trigger your subroutine when messages arrive.
Main Topics
Browse All Topics





by: darbid73Posted on 2009-10-16 at 03:33:30ID: 25588195
That interesting as itemsend event happens after the SEND button is clicked or your use the SEND method in code. It does however happen before INSPECTOR your mail window is closed.
What is in your macro that is happening too soon?
As far as I know checking for new mail is not an event exposed but when you receive new mail is an event you could use.