User Defined Fields and Custom Forms

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have a custom form with a user defined field. The form definition is NOT
sent with the message. The information in the field is just for the duration
of the item from when it is first composed to when its sent.

Does the Application_Send event have access to the information in the user
defined field when the message is sent?
 
I was hoping so. I'm about to deploy a Custom Outlook Form with a 'PRINT
MESSAGE' check box that will eventually be used with the Application_Send
event to print the message upon sending. I'm not ready to deal with the
Application_Send code just yet and didn't want to hold up making the form
available.
 
Back
Top