View Single Post
  #6  
Old October 2nd 08, 10:29 PM posted to microsoft.public.outlook.program_forms
Sue Mosher [MVP-Outlook]
external usenet poster
 
Posts: 11,651
Default Sending a plain-text message from a post form

If you want data in custom fields to appear in the body of a message, then
you need code to take the data from those fields (Item.UserProperties) and
concatenate it into a string, which you then use to set the value of the Body
property of the outgoing message.
--
Sue Mosher, Outlook MVP
Author of Microsoft Outlook 2007 Programming:
Jumpstart for Power Users and Administrators
http://www.outlookcode.com/article.aspx?id=54




"hpoincare" wrote:

Hi Sue,

I did sucessfully send the form following your advice. But I find the body
of the message is not including the fields:information that I entered as it
did in the book example. I don't know how much you can help on this because
it may be I just need to read more, but maybe you recognize the issue right
away and can offer some advice??


Ads