SendObject and HTML param

J

Jean

I want to use the DoCmd.SendObject with its last parameter : a HTML template.
Can someone tell me how to use this syntax and how to create the template ?

Thanks,

Jean
 
T

Tony Toews [MVP]

Jean said:
I want to use the DoCmd.SendObject with its last parameter : a HTML template.
Can someone tell me how to use this syntax and how to create the template ?

There are other methods of sending HTML emails. Using Outlook is one
approach. There are also third party ActiveX controls and such which
can do the job.

Microsoft Access Email FAQ
http://www.granite.ab.ca/access/email.htm

Tony
--
Tony Toews, Microsoft Access MVP
Please respond only in the newsgroups so that others can
read the entire thread of messages.
Microsoft Access Links, Hints, Tips & Accounting Systems at
http://www.granite.ab.ca/accsmstr.htm
Tony's Microsoft Access Blog - http://msmvps.com/blogs/access/
 
Top