Use of SendObject

A

Alex G.

I am using SendObject method to send email messages.
I want to include the sender's name at the end of message
text and I want it to be written at new line. Is it
possible to insert something like a "new paragraph"
command or what ever...?
 
R

Roger Carlson

Try this in the message text string:

"This is my message " & vbCRLF & "--Roger Carlson"
 

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