Enum AvatarStatus
Status indicator for Avatar (online status, notifications, etc.). Default colors are provided by the Avatar control; set StatusColor to override.
public enum AvatarStatus
Fields
Away = 3Contact is away/idle.
Busy = 4Contact is busy.
DoNotDisturb = 5Contact should not be disturbed.
None = 0Offline = 2Contact is not reachable.
Online = 1Contact is reachable and active.