PDA

View Full Version : Send email in HTML format



talytech
06-04-2010, 07:23 AM
Hi, I want to be able to send email in the html format and not plain text. How can I set up a procedure in Access to send email and format it in html.

OBP
06-07-2010, 07:40 AM
Use the "SendObject Method"

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


and choose acFormatHTML for the Output Format.