Sends a plain text message to a remote conversation participant.

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

Syntax

C#
public 
IAsyncResult 
BeginSendMessage(
	
string 
text,
	
AsyncCallback 
modalityCallback,
	
Object 
state
)

Parameters

text
Type: System . . :: . . String
modalityCallback
Type: System . . :: . . AsyncCallback
state
Type: System . . :: . . Object

See Also