Recent content by indiana92

  1. I

    CDO problem in ASP

    The code is this Dim iMsg, iConf, Flds Set iMsg = CreateObject("CDO.Message") Set iConf = CreateObject("CDO.Configuration") Set Flds = iConf.Fields Flds("http://schemas.microsoft.com/cdo/configuration/urlgetlatestversion") = True With iMsg 'Assegnazione delle configurazioni Set...
  2. I

    CDO problem in ASP

    i have a problem when i send mail from my asp page with the text i write in body message. In my page i have a textarea where the user can write text. When i receive the mail i see that all the carriage return have been deleted and the text is all attacched and If i cut and paste html...
Back
Top