![]() |
Notification for Multiple Email Accounts
I work in a word processing center where email requests come in all day long.
We are moving to a centralized Outlook account that each individual will add as a second mailbox. How can we get a notification for this second email account? We can't have a duplicate sent to our primary account from the second account due to space considerations -- we often get large attachments. I must be able to write a macro that sends notifications to other accounts, no? Thanks. |
Notification for Multiple Email Accounts
You could write code to handle the ItemAdd() event on the Inbox folder of
that secondary mailbox. For best results make sure your Outlook profile opens that mailbox on startup. The ItemAdd() event handler code can then send a message to whoever you want. -- Ken Slovak [MVP - Outlook] http://www.slovaktech.com Author: Professional Programming Outlook 2007. Reminder Manager, Extended Reminders, Attachment Options. http://www.slovaktech.com/products.htm "Andrew" wrote in message ... I work in a word processing center where email requests come in all day long. We are moving to a centralized Outlook account that each individual will add as a second mailbox. How can we get a notification for this second email account? We can't have a duplicate sent to our primary account from the second account due to space considerations -- we often get large attachments. I must be able to write a macro that sends notifications to other accounts, no? Thanks. |
Notification for Multiple Email Accounts
I have some sample code here you can adapt:
http://www.codeforexcelandoutlook.co...tiple-inboxes/ Basically it's what Ken described. --JP On Oct 1, 10:48*pm, Andrew wrote: I work in a word processing center where email requests come in all day long. *We are moving to a centralized Outlook account that each individual will add as a second mailbox. *How can we get a notification for this second email account? *We can't have a duplicate sent to our primary account from the second account due to space considerations -- we often get large attachments. I must be able to write a macro that sends notifications to other accounts, no? *Thanks. |
Notification for Multiple Email Accounts
Thanks. This is just what I was hoping for.
"JP" wrote: I have some sample code here you can adapt: http://www.codeforexcelandoutlook.co...tiple-inboxes/ Basically it's what Ken described. --JP On Oct 1, 10:48 pm, Andrew wrote: I work in a word processing center where email requests come in all day long. We are moving to a centralized Outlook account that each individual will add as a second mailbox. How can we get a notification for this second email account? We can't have a duplicate sent to our primary account from the second account due to space considerations -- we often get large attachments. I must be able to write a macro that sends notifications to other accounts, no? Thanks. |
All times are GMT +1. The time now is 07:57 PM. |
Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 2.4.0
Copyright ©2004-2006 OutlookBanter.com