Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Contact Availability. Enumerates the possible states for a contact's aggregated availability.
Namespace: Microsoft.Lync.Controls
Assembly: Microsoft.Lync.Controls (in Microsoft.Lync.Controls.dll)
Syntax
public enum ContactAvailability
Members
Member name | Value | Description | |
---|---|---|---|
Invalid | -1 |
Invalid
|
|
None | 0 |
None
|
|
Free | 3500 |
Free
|
|
FreeIdle | 5000 |
FreeIdle
|
|
Busy | 6500 |
Busy
|
|
BusyIdle | 7500 |
BusyIdle
|
|
DoNotDisturb | 9500 |
DoNotDisturb
|
|
TemporarilyAway | 12500 |
TemporarilyAway
|
|
Away | 15500 |
Away
|
|
Offline | 18500 |
Offline
|