Creating forms in Outlook

  • Thread starter Thread starter christiaan.grant
  • Start date Start date
C

christiaan.grant

How can I create a personal form (such as a survey) that I
can distribute via email and recipients could respond and
send back without having to print out anything? I tried
desinging a form but seem to be missing a step as it only
allows me to choose an existing from instead of creating
one from scratch. I would like to use Visual Basic Active
Control boxes to create boxes for the recipients to check
when asked a specific question. Any assistance you can
provide would be greatly appreciated!
-Christiaan
 
Unless you create a new message class using Extended MAPI in C++ or
Delphi code you can only customize an existing message class, such as
IPM.Note in the case of an email item.

See http://www.slipstick.com/dev/forms.htm for all sorts of form
design information.
 
Back
Top