Sends a text message formatted for specified content type to a remote conversation participant.

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

Syntax

C#
public 
IAsyncResult 
BeginSendMessage(
	
IDictionary<

InstantMessageContentType, 
string> 
contents,
	
AsyncCallback 
modalityCallback,
	
Object 
state
)

See Also