Christopher Hawkins
clh at christopherhawkins.com
Fri Jan 16 05:13:27 CST 2004
I have used the DoCmd.SendObject command to send email from within an application before, but with recent versions of Outlook this has become cumbersome due to the security in place by default. Now the user is prompted that something is attempting to access their mailbox, etc. I have been asked to make an application silently send email to certain people when certain events occur in their system. They specifically said they want all eMail from the app to be silent; no security warnings. I don't have the foggiest clue how to do this without disabling their exchange server's security entirely, which is out of the question. Is it possible for my application to execute the SendObject command in an administrative context? Or something? Has anyone done this? -Christopher-