I have a VB app set up to automatically send a Lotus Note, but I need the 'Return Receipt' option.
I tried:
VB Code:
Call doc.replaceitemvalue("ReturnReceipt", "1")
but it doesn't work.
Can anyone help out ?
Thanks....
Printable View
I have a VB app set up to automatically send a Lotus Note, but I need the 'Return Receipt' option.
I tried:
VB Code:
Call doc.replaceitemvalue("ReturnReceipt", "1")
but it doesn't work.
Can anyone help out ?
Thanks....
You marked this resolved, but with no comments.
Did you find a solution?
If so, post what you found. It may help someone else with a similiar problem.
Actually, it does work... It wasn't working previously due to another problem in the program.