Launches a new Outlook Meeting window pre-populated with the email addresses in the specified contact list 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(
	
IEnumerable<
Contact> 
toContacts,
	
IEnumerable<

DistributionGroup> 
toDGs,
	
string 
subject,
	
AsyncCallback 
utilitiesCallback,
	
Object 
state
)

Parameters

toContacts
Type: System.Collections.Generic . . :: . . IEnumerable < (Of < ( <' Contact > ) > ) >
toDGs
Type: System.Collections.Generic . . :: . . IEnumerable < (Of < ( <' DistributionGroup > ) > ) >
subject
Type: System . . :: . . String
utilitiesCallback
Type: System . . :: . . AsyncCallback
state
Type: System . . :: . . Object

See Also