Gets a single contact information item from this contact.

Namespace:  Microsoft.Lync.Model
Assembly:  Microsoft.Lync.Model(in Microsoft.Lync.Model.dll)

Syntax

C#
public 
IDictionary<

ContactInformationType, 
Object> 
GetContactInformation(
	
IEnumerable<

ContactInformationType> 
contactInformationTypes
)

Parameters

contactInformationTypes
Type: System.Collections.Generic . . :: . . IEnumerable < (Of < ( <' ContactInformationType > ) > ) >

See Also