API fields

  • Thread starter Thread starter Robert
  • Start date Start date
R

Robert

Is there anyone who knows what field names f.e. 'Location'
are used to fill the appointment form with an API.

THX
 
In the Outlook object model Location would be
AppointmentItem.Location.

Open the Outlook VBA project by selecting Alt+F11 and open the Object
Browser and select the Outlook library. You can see all the
properties, methods and events in the Outlook object model.
 

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

Back
Top