Adds a new custom group to the group list.

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

Syntax

C#
public 
IAsyncResult 
BeginAddGroup(
	
string 
customGroupName,
	
AsyncCallback 
contactsAndGroupsCallback,
	
Object 
state
)

Parameters

customGroupName
Type: System . . :: . . String
contactsAndGroupsCallback
Type: System . . :: . . AsyncCallback
state
Type: System . . :: . . Object

See Also