Contact.CreateContactEndpoint Method
Creates a collaboration endpoint object from a telephone number.
Namespace: Microsoft.Lync.Model
Assembly: Microsoft.Lync.Model (in Microsoft.Lync.Model.dll)
Syntax
'Declaration
Public Function CreateContactEndpoint ( _
telephoneUri As String _
) As ContactEndpoint
'Usage
Dim instance As Contact
Dim telephoneUri As String
Dim returnValue As ContactEndpoint
returnValue = instance.CreateContactEndpoint(telephoneUri)
public ContactEndpoint CreateContactEndpoint(
string telephoneUri
)
Parameters
- telephoneUri
Type: System.String
Return Value
Type: Microsoft.Lync.Model.ContactEndpoint