-
Auto Forward in Outlook
I am on a tech team that is on a 24/7 on-call rotation. Every week we have one primary and one back up person on call. Whenever there is a problem, Outlook automatically generates an email to both people on the on call list. However, I would like to Outlook set it up for the primary person to be contacted FIRST and the backup person to be contacted ONLY in the event that the primary does not reply within 30 minutes. (This way we do not have to bother the backup person if the primary is already working on the problem.)
Can Outlook provide this capability -- is there an add-on for solution or any VB code for this.
-
You might be able to code this in VBA: Once per minute, loop through the Inbox and build a list of all messages received within the past 30 minutes. Then loop through the Sent Items folder and look at all messages sent within the past 30 minutes. Based on subject and recipient, remove the corresponding messages from the Inbox list. Forward any remaining messages to the backup person.
No, I don't have the code to do this. ;-)
Phil Weber
http://www.philweber.com
Please post questions to the forums, where others may benefit.
I do not offer free assistance by e-mail. Thank you!
Similar Threads
-
By AM003295 in forum VB Classic
Replies: 4
Last Post: 07-19-2005, 10:03 AM
-
By pchak in forum Database
Replies: 0
Last Post: 05-03-2002, 05:36 PM
-
By Yitta in forum Enterprise
Replies: 0
Last Post: 11-13-2001, 07:55 AM
-
By Brian Weiss in forum Enterprise
Replies: 1
Last Post: 04-05-2000, 08:34 PM
-
By Brian Weiss in forum Enterprise
Replies: 0
Last Post: 03-31-2000, 09:35 AM
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Development Centers
-- Android Development Center
-- Cloud Development Project Center
-- HTML5 Development Center
-- Windows Mobile Development Center
|