Search results

  1. T

    What code to use to move the custom field values to message body when sending e-mail ?

    It`s not working ...Please guide me more , below is what i did :
  2. T

    What code to use to move the custom field values to message body when sending e-mail ?

    To write the standard fields value in body message help me to correct the code : Function Item_Send() Item.Body = Item.Body & vbCrLf & Item.UserProperties("textbox") Item.Body = Item.UserProperties.Item(strField) End Function This will write the name of the fields to ?
  3. T

    What code to use to move the custom field values to message body when sending e-mail ?

    Can you please show more exactly where to put the code ? It will write the name of the field to or just the value ?
  4. T

    What code to use to move the custom field values to message body when sending e-mail ?

    I quite new to vba and i appreciate if you could help me whit a code that moves the custom filed title and values of an outlook custom form into the message body when sending the custom form message( sending the e-mail) , so the recipient will see it in the message body.
Back
Top