Send an email

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

Guest

I want to send an email after a process has completed. (We use Outlook on an
MS Exchange server) I used the following code and got the email pop up but I
have to click the send button to actually send it out. Is there a way to set
it up so that it actually sends the amil?
 
Oops I forgot to include the code line

DoCmd.SendObject acSendNoObject, , , "(e-mail address removed)", , ,
"Walmart TB updated", "The Walmart Trial Balance has been updated"
 
The SendObject method carries out the SendObject action in Visual Basic.

expression.SendObject(ObjectType, ObjectName, OutputFormat, To, Cc, Bcc,
Subject, MessageText, EditMessage, TemplateFile)
 

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