Click or drag to resize
PresenceState Enumeration
Enumeration representing presence state of a user.

Namespace: Avaya.ClientServices
Assembly: AvayaClientServices (in AvayaClientServices.dll) Version: 493.0.70.0
Syntax
C#
public enum PresenceState
Members
  Member nameValueDescription
Unspecified0 Presence state is not specified.
Unknown1 Presence state is unknown.
Available2 Presence state is available.
OnACall3 Presence state indicating that the user is currently on a call.
Busy4 Presence state indicating that the user is busy, e.g. in a meeting.
Away5 Presence state indicating that the user is away from their client.
DoNotDisturb6 Presence state indicating that currently the user does not want other people to contact them.
OutOfOffice7 Presence state indicating that the user is not in the office.
Offline8 Presence state indicating that the user is offline, i.e. not using any client.
See Also