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.
 
Back
Top