how to get the contact field

  • Thread starter Thread starter cyan21
  • Start date Start date
C

cyan21

hello

I'd like to get back the name of a contact when creating an appointment
( it's in the left low corner of the window)

I use an inspector to get "the window" but how to access to the contact
field ?
 
Use the AppointmentItem.Links collection. Each Link has an Item child object that points to the linked contact.
 
Back
Top