API fields

R

Robert

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

THX
 
K

Ken Slovak - [MVP - Outlook]

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