VbCr not working in ASP Email Script 
Author Message
 VbCr not working in ASP Email Script

Does anyone have any idea why VbCr is not working in Outlook97? or Outlook
Express.
Any Help appreciated

Keith



Mon, 14 Apr 2003 23:55:45 GMT  
 VbCr not working in ASP Email Script
You should always use vbNewLine or at least vbCrLf when you wish to trigger
a new line. Typically, in Windows, newlines are both CRs and LFs together,
rather than just a CR or a LF.

-Chad


Quote:
> Does anyone have any idea why VbCr is not working in Outlook97? or Outlook
> Express.
> Any Help appreciated

> Keith



Tue, 15 Apr 2003 00:32:29 GMT  
 VbCr not working in ASP Email Script

vbCrLf didn't work either, I just tried vbNewLine I will post a follow up


Quote:
> You should always use vbNewLine or at least vbCrLf when you wish to
trigger
> a new line. Typically, in Windows, newlines are both CRs and LFs together,
> rather than just a CR or a LF.

> -Chad



> > Does anyone have any idea why VbCr is not working in Outlook97? or
Outlook
> > Express.
> > Any Help appreciated

> > Keith



Tue, 15 Apr 2003 04:27:34 GMT  
 VbCr not working in ASP Email Script

I just re-read your question...

What isn't work? It's not wrapping a new line?

Post some of your code. vbCrLf works for me when
using CDO NTS.

-Chad


Quote:
> vbCrLf didn't work either, I just tried vbNewLine I will post a follow up



> > You should always use vbNewLine or at least vbCrLf when you wish to
> trigger
> > a new line. Typically, in Windows, newlines are both CRs and LFs together,
> > rather than just a CR or a LF.

> > -Chad



> > > Does anyone have any idea why VbCr is not working in Outlook97? or
> Outlook
> > > Express.
> > > Any Help appreciated

> > > Keith



Tue, 15 Apr 2003 05:24:05 GMT  
 VbCr not working in ASP Email Script

Thank you, vbNewLine worked.  I wasn't having problems with vbCr under
CDONTS I was forced to change it to ASPEmail but again thank you.

Keith


Quote:
> I just re-read your question...

> What isn't work? It's not wrapping a new line?

> Post some of your code. vbCrLf works for me when
> using CDO NTS.

> -Chad



> > vbCrLf didn't work either, I just tried vbNewLine I will post a follow
up



> > > You should always use vbNewLine or at least vbCrLf when you wish to
> > trigger
> > > a new line. Typically, in Windows, newlines are both CRs and LFs
together,
> > > rather than just a CR or a LF.

> > > -Chad



> > > > Does anyone have any idea why VbCr is not working in Outlook97? or
> > Outlook
> > > > Express.
> > > > Any Help appreciated

> > > > Keith



Tue, 15 Apr 2003 08:22:25 GMT  
 
 [ 5 post ] 

 Relevant Pages 

1. script Works from DOS but not from VBScript/ASP

2. CDONTS not working for email on same Domain.

3. DCOM problem sending email out of ASP script

4. How to automate Outlook with email attachment from ASP Clinet using vb SCRIPT

5. How to automate Outlook with email attachment from ASP Clinet using vb SCRIPT

6. Script works, script don't work

7. Should scripts that work with WSH also work on an ASP?d

8. Valid script does not work with Scripting Object Model

9. Valid script does not work with Scripting Object Model

10. New To Scripting and Script does not work

11. New To Scripting and Script does not work

12. outlook:// hyperlinks not working in email message

 

 
Powered by phpBB® Forum Software