Is there a way to code DELIVERY RECEIPT, not read receipt?
I already tried this of course, but doesn't seem to be recognized by VBA:
oMail.DeliveryReceiptRequested = True
Results in
"Run-Time error '438':
Object doesn't support this property or method"
EDIT
After some more searching the...