Read Receipts for e-mails

Matt Greatorex

Registered User.
Local time
Today, 01:57
Joined
Jun 22, 2005
Messages
1,019
From the forum, i've worked out how to request a read receipt if I'm sending an attachment to someone, via e-mail. I can't work out a way to automatically request one if I use DoCmd.SendObject for a report.

The rest of this command works fine (To, CC, etc.). Does anyone know of some trick to set the request read receipt to True or False?
 
Thanks for the reply.

I already tried that and it describes the process I've got working for sending an e-mail with an attachment. What I'm trying to do is work out how to apply that, or some variation of it, to:

DoCmd.SendObject acSendReport, etc.
 

Users who are viewing this thread

Back
Top Bottom