DotMSN

NSMessageHandler.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 the notification server has send us a MSG. This is usually a MSG from the 'HOTMAIL' user (account is also 'HOTMAIL') which includes notifications about the contact list owner's profile, new mail, number of unread mails in the inbox, etc.

MSG [Account] [Name] [Length]

See Also

NSMessageHandler Class | XihSolutions.DotMSN Namespace