EditMessage:=False

R

richdownie

I have an Email SendObject in VBA that pulls the users form the users
table and emails each user. There are two scenarios one works and the
other does not.

If I end the SendObject with EditMessage:=True, it works. I get each
user brought up in Outlook Email and have to click the send button for
each user.

If I end the SendObject with EditMessage:=False, it DOES NOT work. MS
Access goes into a state of "Not Responding"

I would expect that each email would be sent without asking me to edit
the message?

Any suggestions?
 
Top