Lotus Notes return receipt

Magster

Registered User.
Local time
Today, 12:02
Joined
Jul 30, 2008
Messages
115
Hi all,

I can successfully send a Lotus Notes email from VBA, however I can't find any samples of how to indicate that I want a return receipt. Does anyone know how to set that?

Thanks in advance!!!
 
Despite the vaguness and valiedity of your question and that you can get access or whatever vba supporting application to mail your lotus notes workbook . what object have you been using ? was it outlook ? was it sendobject function ? third party ?

Yet before you answer do note the following :

Receipts r halted by most mail service providers because it could be exploited by spammers and email-bombers , so i have to note that even on setting the option it still wouldnt help much .
 
objMailDocument.ReturnReceipt = "1"
 
Thanks! I expected that it would be a very simple setting!
 

Users who are viewing this thread

Back
Top Bottom