DotMSN

SBMessageHandler.SendTextMessage Method 

Sends a plain text message to all other contacts in the conversation.

[Visual Basic]
Overridable Public Sub SendTextMessage( _
   ByVal message As TextMessage _
)
[C#]
public virtual void SendTextMessage(
   TextMessage message
);

Parameters

message
The message to send.

Remarks

This method wraps the TextMessage object in a SBMessage object and sends it over the network.

See Also

SBMessageHandler Class | XihSolutions.DotMSN Namespace