Hello,
I have a feeling this is a very simple issue.
I am trying to insert a bunch of carriage returns into the textbody of my CDOSYS email that I am generating in one of my vbscripts. The CDOSYS line that I have is this:
objEmail.Textbody = "Here are the Results of the daily download. &<BR>&<BR>AAA: " &AAAflag& "&<BR>AAA_MOD: " &AAAmodflag& "&<BR>ASPPA: " &ASPPAflag& "&<BR>CAS: " &CASflag& "&<BR>CCA: " &CCAflag& "&<BR>CIA: " &CIAflag& "&<BR>JBEA: " &JBEAflag
Which obviously doesn't work, as I would like it to print out like this in the actual email:
AAA: <TEXT>
AAA_MOD: <TEXT>
ASPPA: <TEXT>
CAS: <TEXT>
CCA: <TEXT>
CIA: <TEXT>
JBEA: <TEXT>
I think I'm sorta on the right track, but I'm not quite there. Any help is greatly appreciated!
Thanks,
Sheel
I have a feeling this is a very simple issue.
I am trying to insert a bunch of carriage returns into the textbody of my CDOSYS email that I am generating in one of my vbscripts. The CDOSYS line that I have is this:
objEmail.Textbody = "Here are the Results of the daily download. &<BR>&<BR>AAA: " &AAAflag& "&<BR>AAA_MOD: " &AAAmodflag& "&<BR>ASPPA: " &ASPPAflag& "&<BR>CAS: " &CASflag& "&<BR>CCA: " &CCAflag& "&<BR>CIA: " &CIAflag& "&<BR>JBEA: " &JBEAflag
Which obviously doesn't work, as I would like it to print out like this in the actual email:
AAA: <TEXT>
AAA_MOD: <TEXT>
ASPPA: <TEXT>
CAS: <TEXT>
CCA: <TEXT>
CIA: <TEXT>
JBEA: <TEXT>
I think I'm sorta on the right track, but I'm not quite there. Any help is greatly appreciated!
Thanks,
Sheel