Dynamically adding form elements

  • Thread starter Thread starter Tulasi
  • Start date Start date
T

Tulasi

Hello MVPs,

I have a form with some elements. When I send the form, can I send only
message without elements, so that user can see the preview vis-a-vis text in
the reading pane. Thanks in advance.
 
You would need to create a completely new message using the Application.CreateItem method and not send the original message based on a custom form.
 
Back
Top