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.
 
Back
Top