Charlie,
The only way I have gotten line returns is to put the html sequence %0D%0A
where you want a carriage return line feed. Just cut and paste the sequence
where you want the returns.
If you were to use the mapimail plugins, then you could compose your message
like normal and it would be fine.
Damian
On Jan 8, 2008 9:36 AM, Charles Parks <[EMAIL PROTECTED]> wrote:
> Is there way to place line returns into e-mail that are launched?
>
> For example:
> SET VAR vEMail = ('LAUNCH ''mailto:' + .vMinCkStfMbr
> + '?Subject=[3]Overdue Items&body=' + .vBody + '''')
> &vemail
>
> I tried the ((char(13)) + (char(10))) and that seems to be ignored in the
> body of the message.
>