Contact.GetContactInformation Method (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 ( _
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
- contactInformationType
Type: Microsoft.Lync.Model.ContactInformationType
Return Value
Type: System.Object