DotMSN

SBMessageHandler.OnMSGReceived Method 

Called when a MSG command has been received.

[Visual Basic]
Overridable Protected Sub OnMSGReceived( _
   ByVal message As MSNMessage _
)
[C#]
protected virtual void OnMSGReceived(
   MSNMessage message
);

Parameters

message

Remarks

Indicates that a remote contact has send us a message. This can be a plain text message, an invitation, or an application specific message.

MSG [Account] [Name] [Bodysize]

See Also

SBMessageHandler Class | XihSolutions.DotMSN Namespace