Click or drag to resize

PresenceOptions Enumeration

Optional elements of a presence object. Presence information of a user may or may not include manually specified presence state, location mode and a note.

Namespace:  Avaya.ClientServices
Assembly:  AvayaClientServices (in AvayaClientServices.dll) Version: 550.0.60.0
Syntax
C#
[FlagsAttribute]
public enum PresenceOptions
Members
  Member nameValueDescription
None0
ManualState1
LocationMode2
Note4
See Also