Consulting

Results 1 to 1 of 1

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

  1. #1

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

    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
    Last edited by DanielTou; 05-13-2015 at 01:36 PM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •