45 pts.
 MS Access Tools References…
Cheers, Does anyone know where I can get a list of what a specific reference in Access can do. Specifically, I have VB.NET code that Imports System.Web.mail that I would like to use in my vba code. I have had luck with similar .NET code: I used the reference Microsoft Excel 12.0 Object Library instead of Imports Microsoft.Office; the only difference is that I have to add 'Set xcelApp = CreateObject("excel.application")' to the code but the rest of the code works fine. What I need to be able to do is send an email where the body of the email is formatted in HTML from vba code. Thanks, Bob

Software/Hardware used:
ASKED: March 4, 2009  5:38 PM
UPDATED: March 4, 2009  6:08 PM

Answer Wiki:
Hi Bob, Here is a link to some code that you can start out with: <a href="http://www.eggheadcafe.com/software/aspnet/32916624/send-email-using-vba-code.aspx">http://www.eggheadcafe.com/software/aspnet/32916624/send-email-using-vba-code.aspx</a> Hope that works, Kingsley <a href="http://www.it-career-coach.net">http://www.it-career-coach.net</a>
Last Wiki Answer Submitted:  March 4, 2009  6:08 pm  by  ItCareerCoach   60 pts.
All Answer Wiki Contributors:  ItCareerCoach   60 pts.
To see all answers submitted to the Answer Wiki: View Answer History.


Discuss This Question:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _