automatically set subject line on a new mail

  • Thread starter Thread starter asc4john
  • Start date Start date
A

asc4john

When I start a new mail message I would like to have a dropdown or
equivalent list presented so that I could select a line that would
then be entered into the subject line of the message.
 
You can do that my customizing the compose page of the standard e-mail form.
Add a combo box with the values you want and set the Item.Subject property to
the value of that control during that control's Click event. If you bind the
combox box to a custom field you would need to put the code in the
CustomPropertyChange event.
 
Back
Top