DotMSN

NSMessageHandler.OnMailboxStatusReceived Method 

Called when the server sends the status of the owner's mailbox.

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

Parameters

message

See Also

NSMessageHandler Class | XihSolutions.DotMSN Namespace