Data as text...

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

Guest

Hi All,

I've put together a form by laying out user-defined fields on an 'edit
compose page' view, allowing users to enter basic free-text data.

I want to take this data and present it as text in the 'edit read page' view.

So the user gets a nice looking form on which to enter data, but the
recipient of the email can quickly copy and paste the text from a plain text
email they recieve.

Is this possible?



Thanks!
 
If this is a message form, you could use code in the Item_Send event handler
to concatenate the data from the different properties into one string and
set the Body property to that string. Outlook version?
 
Back
Top