PeerPresenceStatus Enum

Definition

Specifies the presence status of a peer.

public enum class PeerPresenceStatus
public enum PeerPresenceStatus
type PeerPresenceStatus = 
Public Enum PeerPresenceStatus
Inheritance
PeerPresenceStatus

Fields

Away 2

Specifies that the peer is "Away" and unable to respond.

BeRightBack 3

Specifies that the peer has stepped away from the application and will participate soon.

Busy 5

Specifies that the peer is "Busy" and does not wish to be disturbed.

Idle 4

Specifies that the peer is idling.

Offline 0

Specifies that the peer is Offline.

Online 7

Specifies that the peer is actively participating in the Peer Collaboration network.

OnThePhone 6

Specifies that the peer is currently on the phone and does not wish to be disturbed.

OutToLunch 1

Specifies that the peer is currently "Out to Lunch" and unable to respond.

Remarks

The PeerPresenceStatus values can be set for specific peer collaboration network endpoints to indicate the current level of participation of a peer to subscribed remote peers.

These status values are analogous to those utilized by the MSN Messenger system.

Applies to

See also