Question:
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?
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
thanks a lot