Outlook Script:How to extract the name of fields used in a form

B

bbnimda

Hi all,

Is there a way to know (using outlook script) all the << fields >> used in
a Form (builtin and custom)

tks
 
S

Sue Mosher [MVP-Outlook]

You can iterate the ItemProperties collection to get all but collections like Recipients, Attachments, and Links.
 
Top