Adds the contact into an external contact store provider such as Exchange service.

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

Syntax

C#
public 
IAsyncResult 
BeginAddToExternalContacts(
	
Contact 
contactContext,
	
AsyncCallback 
utilitiesCallback,
	
Object 
state
)

Parameters

contactContext
Type: Microsoft.Lync.Model . . :: . . Contact
utilitiesCallback
Type: System . . :: . . AsyncCallback
state
Type: System . . :: . . Object

See Also