TEXT FORMAT IN BODY OF EMAIL USING SENDOBJECT

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?
 
D

Daniel Pineault

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.
 

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

Top