Using MAPISendMail32 through VBA to send emails from access.
For the message flags parameter you get a choice of:
MAPI_RECEIPT_REQUESTED
MAPI_SENT
MAPI_UNREAD
Using 'MAPI_RECEIPT_REQUESTED' I get a email back when the message is read, but I want to get one for delivery instead.
I've searched Google, MSDN and KB but not even a sniff.
Any ideas ? or is it just not a supported function of Simple MAPI ?
For the message flags parameter you get a choice of:
MAPI_RECEIPT_REQUESTED
MAPI_SENT
MAPI_UNREAD
Using 'MAPI_RECEIPT_REQUESTED' I get a email back when the message is read, but I want to get one for delivery instead.
I've searched Google, MSDN and KB but not even a sniff.
Any ideas ? or is it just not a supported function of Simple MAPI ?