Suppressing confirm dialog box

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

Guest

I have written a microsoft Access Application that, whenever an error occurs, an email is automatically sent, using office automation, to a designated mailbox with the error information. This allows me to keep closer track on problems with the software

Is there anyway for me to suppress the confirmation dialog box that occurs warning the user that email is being sent on his/her behalf? I do not want to give the user the option of not sending an error-triggered email to the designated mailbox, because I want to be actively notified whenever an error occurs with this software

sjl
 
See http://www.outlookcode.com/d/sec.htm . Your best bet is probably to
recode with Redemption.
--
Sue Mosher, Outlook MVP
Author of
Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers



I have written a microsoft Access Application that, whenever an error
occurs, an email is automatically sent, using office automation, to a
designated mailbox with the error information. This allows me to keep
closer track on problems with the software.

Is there anyway for me to suppress the confirmation dialog box that occurs
warning the user that email is being sent on his/her behalf? I do not want
to give the user the option of not sending an error-triggered email to the
designated mailbox, because I want to be actively notified whenever an error
occurs with this software.

sjl
 
Redemption is a third-party COM component that provides a wrapper for
Extended MAPI, allowing Outlook developers to avoid security prompts in
their application. http://www.dimastr.com/redemption
--
Sue Mosher, Outlook MVP
Author of
Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers



What is redemption and how do I obtain it?

Is it a part of the Microsoft Office Suite?

sjl
 
Did you read the page I suggested at http://www.outlookcode.com/d/sec.htm?
It lists all the alternatives.

Also note: The newsgroup interface you are using apparently does not quote
earlier messages in the thread, making your latest message so short on
detail that you risk not getting the answer you're looking for. Please take
the time to quote the original message.
--
Sue Mosher, Outlook MVP
Author of
Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers



This solution could present a problem in that I would have to convince my
company to buy this package and install it on all of our machines. Right
now, my application is the only one emailing error reports. It is a concept
I prefer but not widely accepted by my colleagues.

Is there not a solution to this problem using existing components of Office
2002 that all of our users already have so that I do not have to try to sell
management on buying another piece of software?

sjl
 
Thanks, su

The webpage to which you referred me looks like it will be very helpful. And it also appears to reference other relevant pages

Tremendously appreciativ
sjl
 
Back
Top