Share via


IEndpoint.EndDeleteContact Method

Ends the deletion of a contact from the user's contact list.

Namespace:  Microsoft.Exchange.InstantMessaging
Assembly:  Microsoft.Exchange.InstantMessaging (in Microsoft.Exchange.InstantMessaging.dll)

Syntax

'Declaration
Sub EndDeleteContact ( _
    asyncResult As IAsyncResult _
)
'Usage
Dim instance As IEndpoint
Dim asyncResult As IAsyncResult

instance.EndDeleteContact(asyncResult)
void EndDeleteContact(
    IAsyncResult asyncResult
)

Parameters