I use SendObjects to send report as attachment of email. But “Read receipt” function is not active even I set up in the Outlook. Is anyway I can get read receipt from receiver because I need to know whether he/she read my email?
If no, what
![]() |
Patch reliability is unclear. Unless you have an immediate, pressing need to install a specific patch, don't do it. |
SIGN IN | Not a member? | REGISTER | PLUS MEMBERSHIP |
Home » Forums » AskWoody support » Productivity software by function » MS Access and database help » email receipts (2003)
I don’t have a specific answer to your question, but you do realize that there is NO dependable way of knowing for certain whether someone has read a message, don’t you? Even if you turn on the read receipt option when you send messages, the recipient can still prevent the receipts from going back (and many people do block them).
Although SendObject uses Outlook if that is your default e-mail program, it creates the e-mail at a lower level. You must display the e-mail and turn on Request read receipt manually. Or create the e-mail in VBA code (which seems overkill if you can use SendObject).
As dmartin notes, read receipts are not dependable. Many people set Outlook to never send read receipts.
Your code would have to do a LOT of work:
– Export the report to a file.
– Use Automation to create an Outlook e-mail message and set its properties.
– Attach the exported file to the e-mail.
– Send the e-mail.
– Delete the exported file.
In some circumstances, it is useful and/or necessary to use Automation; you can find many examples by searching this forum for Outlook.Application. I would say it’s not worth the trouble to do all the extra work just to turn on read receipts, since it is not a dependable feature anyway.
(The MailItem object in Outlook has a property ReadReceiptRequested that can be set to True)
Donations from Plus members keep this site going. You can identify the people who support AskWoody by the Plus badge on their avatars.
AskWoody Plus members not only get access to all of the contents of this site -- including Susan Bradley's frequently updated Patch Watch listing -- they also receive weekly AskWoody Plus Newsletters (formerly Windows Secrets Newsletter) and AskWoody Plus Alerts, emails when there are important breaking developments.
Welcome to our unique respite from the madness.
It's easy to post questions about Windows 11, Windows 10, Win8.1, Win7, Surface, Office, or browse through our Forums. Post anonymously or register for greater privileges. Keep it civil, please: Decorous Lounge rules strictly enforced. Questions? Contact Customer Support.
Want to Advertise in the free newsletter? How about a gift subscription in honor of a birthday? Send an email to sb@askwoody.com to ask how.
Mastodon profile for DefConPatch
Mastodon profile for AskWoody
Home • About • FAQ • Posts & Privacy • Forums • My Account
Register • Free Newsletter • Plus Membership • Gift Certificates • MS-DEFCON Alerts
Copyright ©2004-2025 by AskWoody Tech LLC. All Rights Reserved.
Notifications