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(
	

DistributionGroup 
distributionGroup,
	
AsyncCallback 
contactsAndGroupsCallback,
	
Object 
state
)

Parameters

distributionGroup
Type: Microsoft.Lync.Model.Group . . :: . . DistributionGroup
contactsAndGroupsCallback
Type: System . . :: . . AsyncCallback
state
Type: System . . :: . . Object

See Also