Log in

View Full Version : What code to use to move the custom field values to message body when sending e-mail



DanielTou
05-13-2015, 09:29 AM
Hi ,



I created a custom form message in outlook and i need when i send the e-mail ,the recipient to see the name and value of the standard field value and custom field value in body message.



I have this code but is not working, and if will work , with your help , i need it to show the name of the fields to.



Function Item_Send()
Item.Body = Item.Body & vbCrLf & Item.UserProperties("textbox")
Item.Body = Item.UserProperties.Item(strField)

End Function