sending emails from access

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

Guest

I would like to send an email from access but not using outlook, i have seen
it with a VB but i dont know how to do it. can somebody help me please?


gabriel
 
AccessPlay said:
I would like to send an email from access but not using outlook, i have seen
it with a VB but i dont know how to do it. can somebody help me please?


gabriel

According to the documentation, "You can include objects ... in messages
for Microsoft Exchange, Microsoft Mail, Microsoft Windows for Workgroups
mail, or another electronic mail application that uses the Microsoft
Mail Applications Programming Interface (MAPI)."

Create a Macro and include the following action:

SendObject ...

and the object you specify should go to your default email application.

-- Vincent Johns <[email protected]>
Please feel free to quote anything I say here.
 

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