how to get the contact field

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 ?
 
S

Sue Mosher [MVP-Outlook]

Use the AppointmentItem.Links collection. Each Link has an Item child object that points to the linked contact.
 
Top