SendObject email error

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hello,
In my database I have a button that sends an email via MS Outlook (Not
Outlook Express). I have trapped any error messages that I typically get,
but still get the popup telling me that another application is attempting to
send an email on my behalf. I know that this message is generated in MS
Outlook, but cannot suppress that popup.

Is there a way to suppress this popup and allow Access to go through with
the SendObject procedure without this popup.

The SendObject procedure already has the "Edit Message" set to false.
Thanks
 
Hello,
In my database I have a button that sends an email via MS Outlook (Not
Outlook Express). I have trapped any error messages that I typically get,
but still get the popup telling me that another application is attempting to
send an email on my behalf. I know that this message is generated in MS
Outlook, but cannot suppress that popup.

Is there a way to suppress this popup and allow Access to go through with
the SendObject procedure without this popup.

You can also use the ClickYes program:

http://www.contextmagic.com/express-clickyes/

Although to me it's a kludge. I've used a 3rd party email program for years (www.codestone.co.uk) with very good
success. It doesn't integrate with your Outlook address book or contacts, however, so if you need to access those then
either this or the link Daniel supplied (re: Outlook Redemption) would be better choices.

Scott McDaniel
scott@takemeout_infotrakker.com
www.infotrakker.com
 
Back
Top