Adding Confirmation Email Receipt

  • Thread starter Thread starter Todd
  • Start date Start date
T

Todd

Is it possible to add code that will give the sender of
the email a confirmation receipt once the email has been
opened with code similar to this:

Private Sub CommandButton3_Click()
ActiveWorkbook.SendMail "(e-mail address removed)", _
"Test"

End Sub


Thanks once again for all of your help.
 
Hi Tod

With Outlook code you can ask this but most users will click No
on that msgbox.
 
Hi todd

See the VBA help for

..ReadReceiptRequested

Note: you can't use this with SendMail
And you must use SendMail to send a workbook that is not saved
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top