Launches a Lync conversation window and invites specified participants using the specified modalities and optional conversation context data. The new conversation window is obtained in the System.AsyncCallback method you pass in the callback argument.

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

Syntax

C#
public 
IAsyncResult 
BeginStartConversation(
	

AutomationModalities 
conversationModes,
	
IEnumerable<
string> 
participantUris,
	
IEnumerable<
KeyValuePair<

AutomationModalitySettings, 
Object>> 
contextData,
	
AsyncCallback 
callback,
	
Object 
state
)

See Also