Archived Forum Post

Index of archived forum posts

Question:

what is the correct format for a text variable as body of text

Jul 08 '15 at 02:49

I have a variable called lesa - about 100 chars long

What is the correct email format

loEmail.Body = &lesa or

loEmail.Body = "&lesa"

or what?


Answer

From your sample, the code below may be what you are looking for. Syntax does differ between different languages so it is hard to give an exact answer without knowing what you are using. There is allot of usable code in the examples.

  EmailObj.Body = variable

Answer

thanks a lot