I am using the sendmail() function for email. Is there any way to request a read receipt?
Check this out. (from Help on "sending email"
Send an email, requesting a receipt. Flags=MAPI_RECEIPT_REQUESTED$ + MAPI_DIALOG$ + MAPI_NEW_SESSION$ Message=' Message=Send e-mail Test" Message [email protected]" Message = "[email protected]" Message =This is a sample Message" Message =Flags </QUOTE> —- === At 29 JUL 2005 10:59AM Matt Sorrell wrote: === <QUOTE>And of course the caveat is that it is reliant on the recipient's mail client understanding "read receipts" and being willing to issue them. [email protected] Greyhound Lines, Inc. </QUOTE> —- === At 01 AUG 2005 03:46PM David Pittard wrote: === <QUOTE>Thanks Patrick, but I no longer the MAPI function - I use retval=sendmail(mailServername, senderName, recipient, subject, body, cc, bcc, replyto, content,attachmentFileList, username, password) </QUOTE> View this thread on the forum...