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

Tags: , , , ,

Can I have a message resend itself from the recipient's mailbox?





 
 
Thread Tools Display Modes
  #1  
Old February 1st 07, 04:33 PM posted to microsoft.public.outlook.program_vba
plh
external usenet poster
 
Posts: 5
Default Can I have a message resend itself from the recipient's mailbox?

Hello Outlook Gurus:
As part of a project involving the tracking of engineering hours, the following
question came up:
Suppose an email message to John originates in MS Access using the SendMail
method assigning him responsibility for a given task, but he is out sick. Can
the message contain some sort of timer that automatically notifies Mary that he
has not yet opened it in X hours, allowing her to assign the task to someone
else?
Thank You,
-plh


--
Where are we going and why am I in this HAND BASKET??
Ads
  #2  
Old February 1st 07, 07:30 PM posted to microsoft.public.outlook.program_vba
Eric Legault [MVP - Outlook]
external usenet poster
 
Posts: 804
Default Can I have a message resend itself from the recipient's mailbox?

There's nothing you can do about this unless you are using Microsoft
Exchange. If you are, this has to be a server-side solution that uses custom
logic to monitor changes to items in an Mailbox or Public Folder. However,
even that won't allow you to determine that a user has opened the message.
The best server-side solution would be a service that monitors states and
deadlines and send notifications when appropriate.

However, there's lots you can do from an Outlook programming perspective if
you need to handle what happens when a user opens a particular message
(either through custom forms, VBA or a COM Add-In).

--
Eric Legault (Outlook MVP, MCDBA, MCTS: Messaging & Collaboration)
Try Picture Attachments Wizard for Outlook:
http://www.collaborativeinnovations.ca
Blog: http://blogs.officezealot.com/legault/


"plh" wrote:

Hello Outlook Gurus:
As part of a project involving the tracking of engineering hours, the following
question came up:
Suppose an email message to John originates in MS Access using the SendMail
method assigning him responsibility for a given task, but he is out sick. Can
the message contain some sort of timer that automatically notifies Mary that he
has not yet opened it in X hours, allowing her to assign the task to someone
else?
Thank You,
-plh


--
Where are we going and why am I in this HAND BASKET??

  #3  
Old February 2nd 07, 03:37 AM posted to microsoft.public.outlook.program_vba
George Hester
external usenet poster
 
Posts: 54
Default Can I have a message resend itself from the recipient's mailbox?

Hi. I would just like to say the request for a solution to this is really a
very good request. I believe there is a place at Microsoft where he could
submit his request for later versions of Exchange and Outlook.

That said I think there is a way to set Outlook to request a recipient when
they open the e-mail if it can send a msg back to the sender lettting them
know the e-mail has been opened. I believe in a closed Network you
shouldn't really have security issues. Then there would be a "timer" on the
sending client say, that looks for the retrun-receipt e-mail and if not
received in say 24 hours it notifies the sender time to send the project off
to someone else. But then again the client can have an auto-responder which
notifies a sender the recipient is out and won't be back until further
notice.

But I really like this request. Very nice.

--

George Hester
_________________________________
"Eric Legault [MVP - Outlook]" wrote in
message news
There's nothing you can do about this unless you are using Microsoft
Exchange. If you are, this has to be a server-side solution that uses

custom
logic to monitor changes to items in an Mailbox or Public Folder.

However,
even that won't allow you to determine that a user has opened the message.
The best server-side solution would be a service that monitors states and
deadlines and send notifications when appropriate.

However, there's lots you can do from an Outlook programming perspective

if
you need to handle what happens when a user opens a particular message
(either through custom forms, VBA or a COM Add-In).

--
Eric Legault (Outlook MVP, MCDBA, MCTS: Messaging & Collaboration)
Try Picture Attachments Wizard for Outlook:
http://www.collaborativeinnovations.ca
Blog: http://blogs.officezealot.com/legault/


"plh" wrote:

Hello Outlook Gurus:
As part of a project involving the tracking of engineering hours, the

following
question came up:
Suppose an email message to John originates in MS Access using the

SendMail
method assigning him responsibility for a given task, but he is out

sick. Can
the message contain some sort of timer that automatically notifies Mary

that he
has not yet opened it in X hours, allowing her to assign the task to

someone
else?
Thank You,
-plh


--
Where are we going and why am I in this HAND BASKET??



  #4  
Old February 2nd 07, 04:03 AM posted to microsoft.public.outlook.program_vba
Eric Legault [MVP - Outlook]
external usenet poster
 
Posts: 804
Default Can I have a message resend itself from the recipient's mailbo

Read receipts can approximate this functionality, but they are easily
declined. "Hard-coding" read detection is possible and if enough people
scream for this MS may look at it seriously - but I can see this being
problematic to implement.

Besides, this is really trying to address an HR issue. If people aren't
doing their work or checking their e-mail, why keep throwing technology at it?

--
Eric Legault (Outlook MVP, MCDBA, MCTS: Messaging & Collaboration)
Try Picture Attachments Wizard for Outlook:
http://www.collaborativeinnovations.ca
Blog: http://blogs.officezealot.com/legault/


"George Hester" wrote:

Hi. I would just like to say the request for a solution to this is really a
very good request. I believe there is a place at Microsoft where he could
submit his request for later versions of Exchange and Outlook.

That said I think there is a way to set Outlook to request a recipient when
they open the e-mail if it can send a msg back to the sender lettting them
know the e-mail has been opened. I believe in a closed Network you
shouldn't really have security issues. Then there would be a "timer" on the
sending client say, that looks for the retrun-receipt e-mail and if not
received in say 24 hours it notifies the sender time to send the project off
to someone else. But then again the client can have an auto-responder which
notifies a sender the recipient is out and won't be back until further
notice.

But I really like this request. Very nice.

--

George Hester
_________________________________
"Eric Legault [MVP - Outlook]" wrote in
message news
There's nothing you can do about this unless you are using Microsoft
Exchange. If you are, this has to be a server-side solution that uses

custom
logic to monitor changes to items in an Mailbox or Public Folder.

However,
even that won't allow you to determine that a user has opened the message.
The best server-side solution would be a service that monitors states and
deadlines and send notifications when appropriate.

However, there's lots you can do from an Outlook programming perspective

if
you need to handle what happens when a user opens a particular message
(either through custom forms, VBA or a COM Add-In).

--
Eric Legault (Outlook MVP, MCDBA, MCTS: Messaging & Collaboration)
Try Picture Attachments Wizard for Outlook:
http://www.collaborativeinnovations.ca
Blog: http://blogs.officezealot.com/legault/


"plh" wrote:

Hello Outlook Gurus:
As part of a project involving the tracking of engineering hours, the

following
question came up:
Suppose an email message to John originates in MS Access using the

SendMail
method assigning him responsibility for a given task, but he is out

sick. Can
the message contain some sort of timer that automatically notifies Mary

that he
has not yet opened it in X hours, allowing her to assign the task to

someone
else?
Thank You,
-plh


--
Where are we going and why am I in this HAND BASKET??




  #5  
Old February 2nd 07, 12:24 PM posted to microsoft.public.outlook.program_vba
plh
external usenet poster
 
Posts: 5
Default Can I have a message resend itself from the recipient's mailbo

Thanks for all the information. You are right about the HR aspect. If someone is
on vacation they should have turned on the out-of-office tool. If they are out
on short notice the supervisor should know about it anyway because they should
have called it. I'm setting up the DB so that a supervisor can easily get a list
of a report's current projects, so with all that in mind, a group of
professionals should be able to pull it off.
Thanx,
-plh

In article ,
=?Utf-8?B?RXJpYyBMZWdhdWx0IFtNVlAgLSBPdXRsb29rXQ==?= says...

Read receipts can approximate this functionality, but they are easily
declined. "Hard-coding" read detection is possible and if enough people
scream for this MS may look at it seriously - but I can see this being
problematic to implement.

Besides, this is really trying to address an HR issue. If people aren't
doing their work or checking their e-mail, why keep throwing technology at it?

--
Eric Legault (Outlook MVP, MCDBA, MCTS: Messaging & Collaboration)
Try Picture Attachments Wizard for Outlook:
http://www.collaborativeinnovations.ca
Blog: http://blogs.officezealot.com/legault/


"George Hester" wrote:

Hi. I would just like to say the request for a solution to this is really a
very good request. I believe there is a place at Microsoft where he could
submit his request for later versions of Exchange and Outlook.

That said I think there is a way to set Outlook to request a recipient when
they open the e-mail if it can send a msg back to the sender lettting them
know the e-mail has been opened. I believe in a closed Network you
shouldn't really have security issues. Then there would be a "timer" on the
sending client say, that looks for the retrun-receipt e-mail and if not
received in say 24 hours it notifies the sender time to send the project off
to someone else. But then again the client can have an auto-responder which
notifies a sender the recipient is out and won't be back until further
notice.

But I really like this request. Very nice.

--

George Hester
_________________________________
"Eric Legault [MVP - Outlook]" wrote in
message news
There's nothing you can do about this unless you are using Microsoft
Exchange. If you are, this has to be a server-side solution that uses

custom
logic to monitor changes to items in an Mailbox or Public Folder.

However,
even that won't allow you to determine that a user has opened the message.
The best server-side solution would be a service that monitors states and
deadlines and send notifications when appropriate.

However, there's lots you can do from an Outlook programming perspective

if
you need to handle what happens when a user opens a particular message
(either through custom forms, VBA or a COM Add-In).

--
Eric Legault (Outlook MVP, MCDBA, MCTS: Messaging & Collaboration)
Try Picture Attachments Wizard for Outlook:
http://www.collaborativeinnovations.ca
Blog: http://blogs.officezealot.com/legault/


"plh" wrote:

Hello Outlook Gurus:
As part of a project involving the tracking of engineering hours, the

following
question came up:
Suppose an email message to John originates in MS Access using the

SendMail
method assigning him responsibility for a given task, but he is out

sick. Can
the message contain some sort of timer that automatically notifies Mary

that he
has not yet opened it in X hours, allowing her to assign the task to

someone
else?
Thank You,
-plh


--
Where are we going and why am I in this HAND BASKET??






--
Where are we going and why am I in this HAND BASKET??
 




Thread Tools
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
Recurring Appts Not Showing on Recipient's Calendar Geeko Biloba Outlook - Calandaring 1 December 17th 06 02:46 PM
ActiveInspector Recipient's members (Distribution List) not accessible via Word VBA - Redemption n777krish@gmail.com Add-ins for Outlook 4 November 14th 06 08:28 PM
Outlook 2000 mailbox cannot view embedded text in message Andy S. Outlook - General Queries 2 July 6th 06 09:53 PM
Resend Message In Outlook 2007 adam.grandy@gmail.com Outlook - General Queries 6 June 21st 06 04:46 PM
Programmatically using the "resend this message" action? Dave M Add-ins for Outlook 1 March 20th 06 03:30 PM


All times are GMT +1. The time now is 08:45 AM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.Search Engine Friendly URLs by vBSEO 2.4.0
Copyright ©2004-2008 Outlook Banter, part of the NewsgroupBanter project.
The comments are property of their posters.
Free Ringtones - Loans - Mortgage Calculator - Car Finance - Credit Cards