![]() |
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 know that a sender of an email can request a read receipt
However, is it possible to automatically send a reply when the recipient opens the email? For example; emails arrive in my InBox during the day, none of which have a read receipt requested by the sender. When I open one of these emails, I would like my Outlook to automatically send a brief email to the orginal sender of the email notifying them that the email had been read. Although I am familiar with VBA for Word and Excel, I am a complete novice when it comes to Outlook Thanks for your help |
Ads |
#2
|
|||
|
|||
![]()
Am Wed, 18 Jan 2006 09:24:49 -0800 schrieb CarlSprake:
You can use the NewInspector event. Then check Inspector.CurrentItem whether the item is an e-mail at all and maybe who the sender is. If you want to reply to that message then call CurrentItem.Reply, which returns a new MailItem. -- Viele Gruesse / Best regards Michael Bauer - MVP Outlook I know that a sender of an email can request a read receipt However, is it possible to automatically send a reply when the recipient opens the email? For example; emails arrive in my InBox during the day, none of which have a read receipt requested by the sender. When I open one of these emails, I would like my Outlook to automatically send a brief email to the orginal sender of the email notifying them that the email had been read. Although I am familiar with VBA for Word and Excel, I am a complete novice when it comes to Outlook Thanks for your help |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
How to send form questions in email & have them reply answer back | robbietwilson | Outlook - Using Forms | 7 | October 24th 06 02:31 PM |
Outlook 2003 very slow to send a reply message | Sergio | Outlook - General Queries | 3 | February 6th 06 03:23 PM |
Can't reply to email in Outlook 2003 | Shaun | Outlook - Installation | 1 | January 30th 06 06:31 AM |
Change Default Send email form to Custom Send email Form | Sue Mosher [MVP-Outlook] | Outlook - Using Forms | 0 | January 20th 06 06:33 PM |
I can send emails, but can't reply to one. | lvbigrick | Outlook - Installation | 5 | January 17th 06 10:57 PM |