Contact.GetContactInformation method (ContactInformationType)

Gets a single contact information from this contact.

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

Syntax

'Declaration
Public Function GetContactInformation ( _
    contactInformationType As ContactInformationType _
) As Object
'Usage
Dim instance As Contact
Dim contactInformationType As ContactInformationType
Dim returnValue As Object

returnValue = instance.GetContactInformation(contactInformationType)
public Object GetContactInformation(
    ContactInformationType contactInformationType
)

Parameters

Return value

Type: System.Object
System.Object

See also

Reference

Contact class

Contact members

GetContactInformation overload

Microsoft.Lync.Model namespace