Finding filed chooser in OUlook 2000 VBA

  • Thread starter Thread starter Tim
  • Start date Start date
T

Tim

How do I find the field chooser in Outlook 2000 VBA.

I'm writing a visual basic program and wish to display a
vairable on a userForm.

I've looked everywhere and can not find the field chooser.

Thanks in advance for the HElp

TTT
 
The field chooser is not exposed to the Outlook object model or any code.
You have to look up the properties for any Outlook item using the Object
Browser. That shows all properties, methods and events for all Outlook
objects.
 
Back
Top