Share via


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

Return value

Type: Microsoft.Lync.Model.ContactEndpoint

See also

Reference

Contact class

Contact members

Microsoft.Lync.Model namespace