convert form to plain text

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hello,

in addition, if you create a form with a "cool" lay-out, is there a way to
convert the whole form to plain text, so it is viewable on let say pocket
pc's or blackberry etc... (which only supports plain text)
thanks
dim
 
In the Item_Send event handler, create a new plain text message and build
the string for its Body property from the properties that the user filled in
using the "cool layout," then send that message and discard the original.
Note that sending will be subject to security prompts, except in Outlook
2003.
 
Back
Top