Get all incoming emails before they puts in inbox.
I've solved this problem using Outlook::ItemsEvents::ItemAdd event.
"Slaffko" wrote:
Hello!
My problem is to get all e-mails and make some actions on it before they
appears in inbox. How can I do this?
The Applicaiton::NewMail handler is not applicable because it handles one
time for any count of messages received at one session. And user can read all
messages before check.
|