TEXT FORMAT IN BODY OF EMAIL USING SENDOBJECT

  • Thread starter Thread starter ant1983
  • Start date Start date
A

ant1983

How do i set the format of my text thats included in the body of my email
when using the SendObject?

Stuff like Bold, Italics, Font Type, Font Size and even maybe a picture of
my company's logo?
 
It cannot be accomplished using the SendObject Method. To do so you will
need to automate Outlook and instead of using the .body you will need to
switch and use the .HTMLBody and then program your message body using
standard HTML tags (<b><i>...).


You can use the 'VBA Outlook Automation' function found at

http://www.devhut.net/index.php?lang=en&id=0000000013#AutoOlk

and then make the .body to .HTMLBody mod and go from there.
--
Hope this helps,

Daniel Pineault
http://www.cardaconsultants.com/
For Access Tips and Examples: http://www.devhut.net
Please rate this post using the vote buttons if it was helpful.
 
Back
Top