DotMSN

NSMessageHandler.OnGTCReceived Method 

Called when a GTC command has been received.

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

Parameters

message

Remarks

Indicates that the server has send us the privacy notify setting for the contact list owner.

GTC [Transaction] [SynchronizationID] [NotifyPrivacy]

See Also

NSMessageHandler Class | XihSolutions.DotMSN Namespace