A Microsoft Outlook email forum. Outlook Banter

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.

Go Back   Home » Outlook Banter forum » Microsoft Outlook Email Newsgroups » Outlook and VBA
Site Map Home Register Authors List Search Today's Posts Mark Forums Read Web Partners

Notification for Multiple Email Accounts



 
 
Thread Tools Search this Thread Display Modes
  #1  
Old October 2nd 09, 03:48 AM posted to microsoft.public.outlook.program_vba
Andrew
external usenet poster
 
Posts: 95
Default 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.
Ads
  #2  
Old October 2nd 09, 02:35 PM posted to microsoft.public.outlook.program_vba
Ken Slovak - [MVP - Outlook]
external usenet poster
 
Posts: 5,848
Default 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.


  #3  
Old October 2nd 09, 06:36 PM posted to microsoft.public.outlook.program_vba
JP[_3_]
external usenet poster
 
Posts: 201
Default 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.


  #4  
Old October 3rd 09, 01:46 AM posted to microsoft.public.outlook.program_vba
Andrew
external usenet poster
 
Posts: 95
Default 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.



 




Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump

Similar Threads
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


All times are GMT +1. The time now is 08:02 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-2025 Outlook Banter.
The comments are property of their posters.