DotMSN

NSMessageHandler.ParseStatus Method (String)

Translates messenger's textual status to the corresponding value of the Status enum.

[Visual Basic]
Overloads Protected Function ParseStatus( _
   ByVal status As String _
) As PresenceStatus
[C#]
protected PresenceStatus ParseStatus(
   string status
);

Parameters

status
Textual MSN status received from server

Return Value

The corresponding enum value

See Also

NSMessageHandler Class | XihSolutions.DotMSN Namespace | NSMessageHandler.ParseStatus Overload List