DotMSN

NSMessageHandler.ParseStatus Method (PresenceStatus)

Translates MSNStatus enumeration to messenger's textual status presentation.

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

Parameters

status
MSNStatus enum object representing the status to translate

Return Value

The corresponding textual value

See Also

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