![]() |
If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below. |
|
|
Thread Tools | Search this Thread | Display Modes |
#1
|
|||
|
|||
![]()
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. |
Ads |
#2
|
|||
|
|||
![]()
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. |
#3
|
|||
|
|||
![]()
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. |
#4
|
|||
|
|||
![]()
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. |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
multiple profiles or one with multiple email accounts | wltiii | Outlook - Installation | 4 | September 24th 08 07:33 PM |
Multiple email accounts | Bill Johnston | Outlook Express | 4 | February 15th 07 06:36 PM |
multiple email accounts with AOL | Russell Hasleden | Outlook - General Queries | 0 | December 31st 06 07:25 PM |
New Email Notification in System Tray with IMAP accounts | Synapse Syndrome | Outlook - General Queries | 3 | December 1st 06 02:09 AM |
Downloading multiple email accounts into multiple Outlook Inbox's | Surendra M. Gupta | Outlook - General Queries | 2 | July 13th 06 12:07 PM |