Read Receipt Requested

  • Thread starter Thread starter wilhelmmt
  • Start date Start date
W

wilhelmmt

I have created an auto Email capability in my Access database to run in
Outlook 2007. I need to add an automatic Read Receipt request to be sent with
each Email generated by the Access database. Is there a way to set this
request in the Access database code?
 
"Email generated" how exactly? Is that your code using the Outlook Object
Model?
Set the MailItem.ReadReceiptRequested property.

--
Dmitry Streblechenko (MVP)
http://www.dimastr.com/
OutlookSpy - Outlook, CDO
and MAPI Developer Tool
-
 
Back
Top