Self.BeginRemovePhone Method

Starts to remove a phone from the user. Phones from Active Directory or Outlook may not be removed.

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

Syntax

'Declaration
Public Function BeginRemovePhone ( _
    phoneType As ContactEndpointType, _
    selfCallback As AsyncCallback, _
    state As Object _
) As IAsyncResult
'Usage
Dim instance As Self
Dim phoneType As ContactEndpointType
Dim selfCallback As AsyncCallback
Dim state As Object
Dim returnValue As IAsyncResult

returnValue = instance.BeginRemovePhone(phoneType, _
    selfCallback, state)
public IAsyncResult BeginRemovePhone(
    ContactEndpointType phoneType,
    AsyncCallback selfCallback,
    Object state
)

Parameters

Return Value

Type: System.IAsyncResult

See Also

Reference

Self Class

Self Members

Microsoft.Lync.Model Namespace