DotMSN

NSMessageHandler.OnILNReceived Method 

Called when a ILN command has been received.

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

Parameters

message

Remarks

ILN indicates the initial status of a contact. It is send after initial log on or after adding/removing contact from the contactlist. Fires the ContactOnline and/or the ContactStatusChange events.

See Also

NSMessageHandler Class | XihSolutions.DotMSN Namespace