Share via


Contact.GetContactInformation Method (IEnumerable<ContactInformationType>)

Gets a single contact information item from this contact.

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

Syntax

'Declaration
Public Function GetContactInformation ( _
    contactInformationTypes As IEnumerable(Of ContactInformationType) _
) As IDictionary(Of ContactInformationType, Object)
'Usage
Dim instance As Contact
Dim contactInformationTypes As IEnumerable(Of ContactInformationType)
Dim returnValue As IDictionary(Of ContactInformationType, Object)

returnValue = instance.GetContactInformation(contactInformationTypes)
public IDictionary<ContactInformationType, Object> GetContactInformation(
    IEnumerable<ContactInformationType> contactInformationTypes
)

Parameters

Return Value

Type: System.Collections.Generic.IDictionary<ContactInformationType, Object>

See Also

Reference

Contact Class

Contact Members

GetContactInformation Overload

Microsoft.Lync.Model Namespace