T
Trefor
I am saving emails to an HTML file and then moving the file to another folder.
I am guessing at this point in my code (because I did not manage to see
which step):
olMail.UnRead = False
on one of the messages the code stopped because there was a prompt to send a
read receipt. How can I automatically send the read receipt or bypass the
message?
I know there is a global option to automatically send read receipts, I am
looking to see how I might be able to do this programmatically on each
message.
I am guessing at this point in my code (because I did not manage to see
which step):
olMail.UnRead = False
on one of the messages the code stopped because there was a prompt to send a
read receipt. How can I automatically send the read receipt or bypass the
message?
I know there is a global option to automatically send read receipts, I am
looking to see how I might be able to do this programmatically on each
message.