Cdo.Message HTMLBODY length

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I am successfully generating and sending emails from my ASP pages
using the CDO.Message and CDO.Configuration objects.

I noticed that the character string assigned to .HTMLBody is split within
the email source created (after 2040 characters). The displayed results
can be strange depending on where the split occurs in the HTML string.

Is there a way to prevent this split or control where in the HTML the split
takes place?

Thank you!
 
Back
Top