IContactInformationChangedEventData Interface
Provides a collection of contact information types for contact information items that have changed for a given publisher.
Namespace: UCCollaborationLib
Assembly: Microsoft.Office.Uc (in Microsoft.Office.Uc.dll)
Syntax
interface IContactInformatioinChangedEventData : IDispatch
Remarks
This interface only provides a collection of contact information types for contact information that has changed. To get the new values, you must get the corresponding contact information item from the instance of IContact representing the user who published the contact information. You should iterate on the collection of contact information types obtained from ChangedContactInformation and pass each contact information type instance to IContact.GetContactInformation on the IContact instance that raised the OnContactInformationChanged event. The interface identifier (IID) of this interface is efec2816-f16d-48d8-9306-26c810f0ea55.