Code Comments
Programming Forum and web based access to our favorite programming groups.Is there a single simple command in VB that compares to SendObject in VBA, to send an email using the default email client? I have to automatically send an email from my application. I have been using the following in VBA: DoCmd.SendObject , , acFormatTXT, "email@domain.com", , , "Access Alert " & Date, "This is a test message sent directly from my Access application", False Thanks
Post Follow-up to this message"Edward" <nospam@hotmail.com> wrote in message news:6POce.26740$Ow2.19250@fe06.lga... > Is there a single simple command in VB that compares to SendObject in VBA, > to send an email using the default email client? > I have to automatically send an email from my application. I have been > using the following in VBA: > > DoCmd.SendObject , , acFormatTXT, "email@domain.com", , , "Access Alert " > & > Date, "This is a test message sent directly from my Access application", > False > > Thanks > See [url]http://www.pgacon.com/visualbasic. htm#Sending%20Email%20from%20a%20VB%20Pr ogram[/u rl] -- Peter Aitken Remove the crap from my email address before using.
Post Follow-up to this message
Show a Printable Version
Email This Page to Someone!
Receive updates to this thread
Powered by vBulletin
Copyright 2000-2006 Jelsoft Enterprises Limited.