ContactManager.GetContactByUri method

Finds or creates a new contact using the contact URI.

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

Syntax

'Declaration
Public Function GetContactByUri ( _
    contactUri As String _
) As Contact
'Usage
Dim instance As ContactManager
Dim contactUri As String
Dim returnValue As Contact

returnValue = instance.GetContactByUri(contactUri)
public Contact GetContactByUri(
    string contactUri
)

Parameters

Return value

Type: Microsoft.Lync.Model.Contact
Microsoft.Lync.Model.Contact

See also

Reference

ContactManager class

ContactManager members

Microsoft.Lync.Model namespace