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

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

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.
 
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
 
Back
Top