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

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
Todd Peasley 00
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
etan
So what Changes The HTML Controls the layout !
Dave