User defined Field in Custom Form

Joined
Nov 14, 2013
Messages
2
Reaction score
0
I created a custom form in outlook 2007.

I can access the values of the standard Appointment

Dim oAppt As Outlook.AppointmentItem
.
stream.Write (oAppt.Categories) 'Category
stream.Write (oAppt.Subject) 'Subject
stream.Write (oAppt.Location) 'Location




I created a Custom form that includes:
  • Appointment - Standard tab - I can get values from this tab as stated above
  • Request demographics - new tab i created that contains 2 combobox controls
    • Combobox1 -
    • Combobox2
I need to know how to get the values of the user defined fields Combobox1 and Combobox2.

Thank you.
 

Attachments

  • Current copy of code.txt
    7.2 KB · Views: 302
Last edited:

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top