PDA

View Full Version : Capturing emails sent from outside Outlook



simplesimonA
10-24-2011, 09:54 PM
Hi,
I am new to Outlook VBA so not at all familiar with the Events.
I have seen that there is an ItemSend event which is triggered whenever a person sends an email in Outlook.
However, this event is not triggered when an email is sent from a 3rd party product that uses Outlook as the mail client.
I am trying to trap these emails (ie: the ones where the user gets a prompt with words to the effect of: "A program is trying to send an e-mail message on your behalf. If this is unexpected, click Deny ... .... "
Is there an event I can use to code something?

JP2112
10-27-2011, 09:58 AM
It depends on the product and how it interacts with the Outlook object model (if at all).