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

C#
public 
Contact 
GetContactByUri(
	
string 
contactUri
)

Parameters

contactUri
Type: System . . :: . . String

See Also