DotMSN

NSMessageHandler.SetPresenceStatus Method 

Set the status of the contactlistowner (the client). Note: you can only set the status _after_ you have synchronized the list using SynchronizeList(). Otherwise you won't receive online notifications from other clients or the connection is closed by the server.

[Visual Basic]
Overridable Public Sub SetPresenceStatus( _
   ByVal status As PresenceStatus _
)
[C#]
public virtual void SetPresenceStatus(
   PresenceStatus status
);

Parameters

status

See Also

NSMessageHandler Class | XihSolutions.DotMSN Namespace