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.
Defines known availability types.
Namespace: Microsoft.Lync.Model
Assembly: Microsoft.Lync.Model (in Microsoft.Lync.Model.dll)
Syntax
'Declaration
Public Enumeration ContactAvailability
'Usage
Dim instance As ContactAvailability
public enum ContactAvailability
Members
Member name | Description | |
---|---|---|
None | A flag indicating that the contact state is to be reset to the default availability that is calculated by Lync and based on current user activity and calendar state. | |
Free | A flag indicating that the contact is available. | |
FreeIdle | idle states are machine state and can not be published as user state. | |
Busy | A flag indicating that the contact is busy and inactive. | |
BusyIdle | idle states are machine state and can not be published as user state. | |
DoNotDisturb | A flag indicating that the contact does not want to be disturbed. | |
TemporarilyAway | A flag indicating that the contact is temporarily un-alertable. | |
Away | A flag indicating that the contact cannot be alerted. | |
Offline | A flag indicating that the contact is not available. | |
Invalid |