e-newsletter embedding?

  • Thread starter Thread starter Chris Straus
  • Start date Start date
C

Chris Straus

i am trying to figure out how to embed an e-newsletter into an email so when
the email arrives the letter is shown in the email and not as a linked file
or URL. dumb question, but does anyone have any ideas?

email: (e-mail address removed)

thx
 
It will depend on what you are using to send it. This newsgroup is for the
Access database program, I suggest that you try a newsgroup for your email
software.
 
Chris Straus said:
i am trying to figure out how to embed an e-newsletter into an email so when
the email arrives the letter is shown in the email and not as a linked file
or URL. dumb question, but does anyone have any ideas?

To create a formatted document to send as an email you will need to
use VBA code to create a largish string. This string will then be
passed to the SendObject command as the body of the email. For more
details including sample air code see my Tips page on this topic at
http://www.granite.ab.ca/access/email/formatted.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
 
Back
Top