J
jimmolter
I'm trying to send individual emails to a recordset of about 700 email
addresses. My code iterates through the recordset, executing the SendObject
method for each, although I'm not really sending an object, just email text.
Each email is triggering an Outlook warning dialog asking whether to permit
access to Outlook.
Do I have to click 'Yes' 700 times or is there a better way?
addresses. My code iterates through the recordset, executing the SendObject
method for each, although I'm not really sending an object, just email text.
Each email is triggering an Outlook warning dialog asking whether to permit
access to Outlook.
Do I have to click 'Yes' 700 times or is there a better way?