G
Guest
Hello everyone-
I am hoping a couple of you will have some ideas on this one...
I have a webform created in visual basic 2005.
Basically, the webform gather answers to the questions asked on the form and
included a couple free type multine textboxes.
When the user presses submit an message is created with the responses and
fired off to a MS Exchange mail enabled public folder.
This is an external webform btw, not used by internal users.
Problem:
After some fighting, I have the mail message formatted pretty as it was
requested and I have it coming in HTML form: MailMessage.IsBodyHtml = True
For the most part.
My hang up is the couple free text multi line text boxes don't word wrap so
well (all the time).
When I view them, using MS Outlook 2007 those sections word wrap just fine
in the public folder post. However, are admins in the other sections, using
MS Outlook 2003, do not show the word wrap.
Outlook 2007 on my pc and Outlook 2003 on their pc are set to view messages
in HTML mode. As far as I can tell, other then being different versions -
are settings are similar.
Not sure if there is something I could do programmatically to get around
this issue or not?
Again, everything seems great - except those couple multiline text box
objects....
I tried playing around with the html <PRE> tags and that didn't even help.
I been digging through blogs and other posts for about 2 hours now - no luck.
Anyone have any ideas?
I am hoping a couple of you will have some ideas on this one...
I have a webform created in visual basic 2005.
Basically, the webform gather answers to the questions asked on the form and
included a couple free type multine textboxes.
When the user presses submit an message is created with the responses and
fired off to a MS Exchange mail enabled public folder.
This is an external webform btw, not used by internal users.
Problem:
After some fighting, I have the mail message formatted pretty as it was
requested and I have it coming in HTML form: MailMessage.IsBodyHtml = True
For the most part.
My hang up is the couple free text multi line text boxes don't word wrap so
well (all the time).
When I view them, using MS Outlook 2007 those sections word wrap just fine
in the public folder post. However, are admins in the other sections, using
MS Outlook 2003, do not show the word wrap.
Outlook 2007 on my pc and Outlook 2003 on their pc are set to view messages
in HTML mode. As far as I can tell, other then being different versions -
are settings are similar.
Not sure if there is something I could do programmatically to get around
this issue or not?
Again, everything seems great - except those couple multiline text box
objects....
I tried playing around with the html <PRE> tags and that didn't even help.
I been digging through blogs and other posts for about 2 hours now - no luck.
Anyone have any ideas?