I am able to send email with VBScript, but my question is, is there any way to bold a selection portion of text within the body of the message? (not all the text, just a portion of it).
Common options however include sending HTML or RTF email text. A lot depends on what options your email component offers. Sometimes you can get away with just creating the HTML or RTF body text, MIME encoding it, and then ramming that through as if it was plain text.
Are you using CDONTS or something else to send your email?
Since your referencing VBScript, one must make the assumption it is a flavor of Windows.
Windows NT has CDONTS, Win2000 has CDONTS and CDOSYS and XP I assume has CDOSYS available.
If your using CDONTS or CDOSYS, you can format and send be body as formatted HTML. That assumes that your recipients will be able to view the HTML email in their email client.
One example of this can be seen at:
Sending Email in HTML format using CDONTS.NewMail Object
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.