| ||||||
|
|
Send Email from Access to Outlook
Download the Access Visual Basic Outlook API to open up an email message from an Access
form. You can use this VB code to automatically fill in the subject and body
text of the email. The download also demonstrates the ability to attach an
external document to the Outlook email. We frequently use MS Access recently
added ability to output reports in PDF for to send invoice to customers using
the email attachment feature.
Here is a snapshot of the code contained in the database example download:
Click here to download the Download Access 2000 Email Example. To get rid of the annoying MS Outlook popup requesting you to verify that you want to send the email you can try out ClickYes software. You can combine this technique to automatically notify groups or individuals of action items requiring their attention or other business situations that need addressing. We combined the techniques highlighted here is autonomous Access databases which run under control of the windows scheduled tasks system to periodically wakeup and set appropriate emails and then go back to sleep again. Here are some other resource on our website about sending and receiving emails from/to Microsoft Access:
CDO Email Gmail From
Access VBA
Open New Email From
Access Form Using SendObject
Outlook Email Access
|
|
|
|