How to input line break in the body of an email defined in vb.

X

Xluser@work

I am currently completing a macro to automate sending of email with
attachments. This is all working except for the format of the body of the
email which I am struggling with. In the code I have specified the text I
want to send as it is common to all emails. My query is simple, how do I add
like breaks to my text in the body in order for the email to appear as
different lines as in a normal email rather than one long piece of text?

In other words I want to turn:

Dear XX, Please find attached last period sales. Any queries let me know.
Regards.

Into:

Dear XX,

Please find attached last period sales.

Any queries let me know.

Regards

Any help gratefully received.
 
S

Sue Mosher [MVP-Outlook]

Is the format of the message HTML, plain text, or RTF?

--
Sue Mosher, Outlook MVP
Author of Configuring Microsoft Outlook 2003

and Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
 

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