SMTP Commands (Read Receipts)
-
Good day, Does anyone know how to request a read receipt through an smpt command like NOTIFY or RET or anything? I've been looking all over the internet but can't seem to find anything on it. I know how to do it programatically using MAPI and Outlook but I have an smtp wrapper class and want to use a straight code rather than using MAPI, etc. Any help is greatly appreciated. Bret Faller Odyssey Computing, Inc.
-
Good day, Does anyone know how to request a read receipt through an smpt command like NOTIFY or RET or anything? I've been looking all over the internet but can't seem to find anything on it. I know how to do it programatically using MAPI and Outlook but I have an smtp wrapper class and want to use a straight code rather than using MAPI, etc. Any help is greatly appreciated. Bret Faller Odyssey Computing, Inc.
Isn't this taken care of the header field Read-Reciept-To ?
-
Isn't this taken care of the header field Read-Reciept-To ?
Thanks for your response. Actually it is Disposition-Notification-To:
It took me forever to find this. I first thought it was Read-Receipt-To but it never worked. Bret Faller Odyssey Computing, Inc.