Launches a new Outlook Meeting window pre-populated with the specified distribution group and meeting subject string passed in the first two arguments of this method.

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

Syntax

C#
public 
IAsyncResult 
BeginScheduleMeeting(
	

DistributionGroup 
to,
	
string 
subject,
	
AsyncCallback 
utilitiesCallback,
	
Object 
state
)

See Also