Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Docmd.SendObject...profile problem

Status
Not open for further replies.

GSMike

Programmer
Feb 7, 2001
143
US
I am using

Code:
docmd.sendobject acsendnoobject,,,"michael.kemp",,,"blahblahblah",
"moreblahblahblah",false

to send an e-mail when something happens. The problem is, is the person operating the machine doesn't have Outlook running, a message pops up asking them for an Exchange profile, default or mobile. Is there a way to suppress this message?

Thanks. Mike Kemp
kempm541145@yahoo.com
 
Sendobject is passing control to the installed e-mail client. For this reason you can not suppress the message.

I would first read the Windows Registry settings to find out which e-mail-Client is installed (HKM/...currentversion...) BEFORE calling SENDOBJECTS.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top