J
Jane
Hi,
I have an outlook macro that runs in ThisOutlookSession and uses
olInboxItems_ItemAdd(ByVal Item As Object) as its trigger. It takes a look
at new mails recieved and does some fancy stuff with them.
The problem I have is that when it is applied to outlook connected to
exchange, it works fine while outlook is opne and a new mail is recieved,
but for mails recieved while outlook is closed (i.e they all appear next
time it is opened) the routine does not trigger.
First, I'm not sure why this is - they still appear as new mails, and this
isnt true of outlook using pop3 accounts, and second how can I make it
trigger on the mails when outlook is opened ?
Help ! Thanks
Jane
I have an outlook macro that runs in ThisOutlookSession and uses
olInboxItems_ItemAdd(ByVal Item As Object) as its trigger. It takes a look
at new mails recieved and does some fancy stuff with them.
The problem I have is that when it is applied to outlook connected to
exchange, it works fine while outlook is opne and a new mail is recieved,
but for mails recieved while outlook is closed (i.e they all appear next
time it is opened) the routine does not trigger.
First, I'm not sure why this is - they still appear as new mails, and this
isnt true of outlook using pop3 accounts, and second how can I make it
trigger on the mails when outlook is opened ?
Help ! Thanks
Jane