DotMSN

NSMessageHandler.OnLSGReceived Method 

Called when a LSG command has been received.

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

Parameters

message

Remarks

Indicates that the server has send us a contactgroup definition. This adds a new ContactGroup object to the ContactGroups colletion.

LSG [GroupID] [Name] [Nr]

See Also

NSMessageHandler Class | XihSolutions.DotMSN Namespace