vbCr not showing in emailmessage

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Ronny Sigo

    vbCr not showing in emailmessage

    Hello all,
    I have made a form which sends email automaically. Everything works fine
    except that when my prog sends to a hotmail account all is well, however
    when I send to another account which uses Outlook to receive, all the
    carriage returns in the received message are gone.
    Does anybody know the reasone for this and how to prevent it ?
    Thanks;
    Ronny Sigo


  • Randy Harris

    #2
    Re: vbCr not showing in emailmessage

    "Ronny Sigo" <ronny.sigo@exa mple.invalid> wrote in message
    news:3fc43415$0 $3237$ba620e4c@ reader0.news.sk ynet.be...[color=blue]
    > Hello all,
    > I have made a form which sends email automaically. Everything works fine
    > except that when my prog sends to a hotmail account all is well, however
    > when I send to another account which uses Outlook to receive, all the
    > carriage returns in the received message are gone.
    > Does anybody know the reasone for this and how to prevent it ?
    > Thanks;
    > Ronny Sigo[/color]

    Ronny, this is nothing but total guess, but have you tried using vbCRLF
    instead of vbCR? The windows standard is vbCRLF, maybe Outlook is fussy.


    Comment

    • MGFoster

      #3
      Re: vbCr not showing in emailmessage

      Ronny Sigo wrote:
      [color=blue]
      > Hello all,
      > I have made a form which sends email automaically. Everything works fine
      > except that when my prog sends to a hotmail account all is well, however
      > when I send to another account which uses Outlook to receive, all the
      > carriage returns in the received message are gone.
      > Does anybody know the reasone for this and how to prevent it ?
      > Thanks;
      > Ronny Sigo
      >
      >[/color]

      Guess: Try vbCrLf instead of vbCr.

      --
      MGFoster:::mgf
      Oakland, CA (USA)

      Comment

      • Raistlin

        #4
        Re: vbCr not showing in emailmessage


        "Randy Harris" <randy@SpamFree .com> wrote in message
        news:xAXwb.1277 5$P%1.11318675@ newssvr28.news. prodigy.com...

        <Snip>[color=blue]
        >
        > Ronny, this is nothing but total guess, but have you tried using vbCRLF
        > instead of vbCR? The windows standard is vbCRLF, maybe Outlook is fussy.
        >[/color]

        Yes, it is. vbCrLf will work.

        Raist.


        Comment

        • Ronny Sigo

          #5
          Re: vbCr not showing in emailmessage

          Yes this works ... thanks guys :)

          "Ronny Sigo" <ronny.sigo@exa mple.invalid> wrote in message
          news:3fc43415$0 $3237$ba620e4c@ reader0.news.sk ynet.be...[color=blue]
          > Hello all,
          > I have made a form which sends email automaically. Everything works fine
          > except that when my prog sends to a hotmail account all is well, however
          > when I send to another account which uses Outlook to receive, all the
          > carriage returns in the received message are gone.
          > Does anybody know the reasone for this and how to prevent it ?
          > Thanks;
          > Ronny Sigo
          >
          >[/color]


          Comment

          Working...