I'm writing a macro to take action on a message immediately after it has been sent. Ideally, I'd like to create a new button on the "New Message" dialog box toolbar, such as [SEND and Process...]. The problem is I don't know how to simulate the pressing of the [SEND] button in the macro code. There doesn't appear to be a .Send method for the Outlook.Selection.Item object. Perhaps the New Message form has a method on the [SEND] button form that I can call??
-with thanks
-with thanks