Click or drag to resize
PresenceLocationMode Enumeration
Enumeration representing the location-based "mode" of a user.

Namespace: Avaya.ClientServices
Assembly: AvayaClientServices (in AvayaClientServices.dll) Version: 493.0.70.0
Syntax
C#
public enum PresenceLocationMode
Members
  Member nameValueDescription
Unspecified0 Location mode is not specified.
Office1 Location mode indicating that the user is in the office.
Home2 Location mode indicating that the user is at home.
Mobile3 Location mode indicating that the user is online via a mobile device.
Traveling4 Location mode indicating that the user is out of office traveling.
Remarks
The Location - based "mode" of a user is used when the user wants to publish their location to other users, i.e. make it publicly available.
See Also