
Email.Body automatically wrapping at 74 characters
Keith,
I have the same previous problem, tried your idea but get folloing message:
Microsoft VBScript compilation error '800a0414'
Cannot use parentheses when calling a Sub
/framework/HTMLTemplates/404.asp, line 34
"Webmaster - Error 404 en Intranet", txtSubject)
Here's the command I built:
"Webmaster - Error 404 en Intranet", txtSubject)
Quote:
> I have had success just assigning the message body to a variable Like
> MessSub = "Message Text"
> then putting it all in one line
> email.send ("fromaddress", "toaddress", "messagesubject", cstr(MessSub))
> I haven't had it wrap.
> > I am building a CDONTS e-mail by setting the Body Property to some text,
> > e.g.,
xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Quote:
> > But it wraps at the 75th character like the following:
> > xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
> > xxxxxxxxx
> > It definitely is not the client I have sent it to different clients and
> have
> > the same problem.