Adds a new contact to the group.

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

Syntax

C#
public 
IAsyncResult 
BeginAddContact(
	
Contact 
contact,
	
AsyncCallback 
groupCallback,
	
Object 
state
)

See Also