Send Mail Using Access

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

Guest

I currently have an application which provides functionality to send reports
using MS Outlook. I have a problem if the user does not have Outlook. How
can I provide this functionality if they do have Outlook? Can it send using
other mail servers (AOL, hotmail, etc.)

Thanks in advance!

Dwight
 
You can use SendObject if the user has a MAPI compliant default email
client, like Outlook Express. You can test that by:

1. Open any document.
2. On the File menu, select Send To
3. If your mail program launches a blank e-mail message with your document
as an attachment, then your mail program is MAPI compliant.
--
Arvin Meyer, MCP, MVP
Microsoft Access
Free Access downloads:
http://www.datastrat.com
http://www.mvps.org/access
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top