Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Finds or creates a new contact using the contact URI. The URI can be a SIP address or a phone number.
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
- contactUri
Type: System.String
Return Value
Type: Microsoft.Lync.Model.Contact