Foxpro problem I think

Hi,

I have made an program in foxpro wich will archieve mail.

what I do is I first export the mail body, sender, etc to text files with vba

and than get them back with foxpro, but sometimes the layout changes when I put it back.

Has this something to do with that I exprot them to text files or is it something different

please help



Answer this question

Foxpro problem I think

  • Reema

    Remember that most email objects used to get email have two Body properties.

    Body and HTMLBody

    If you are importing the Body property you will loose all the html, ie the formatting.

    When you look at your text file do you see the HTML

    Dave M.



  • Chris Y K

    The font style and stuff like that so the layout of the e-mail itself.
  • Todd Peasley 00

    Yes I can see the HTML
  • Adhemar

    >>The font style and stuff like that so the layout of the e-mail itself.

    The “The font style and stuff like that” are controlled by the HTML Code!! Not Foxpro!

    If you see the HTML, and it correct in the Text File. I assume the HTML is imported correctly, because unless you specifically write code to strip it out it would be there.

    My professional option is that I have no idea what you are talking about.

    Dave M.



  • AllenClark

    When I import the text files to my program, he sometimes (very rarrely but still anoying) messes up the layout of the e-mail.
  • etan

    >>but sometimes the layout changes when I put it back.

    So what Changes The HTML Controls the layout !

    Dave



  • Foxpro problem I think