Contact.GetContactInformation method (IEnumerable<ContactInformationType>)

Gets contact information 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