ContactAvailability enumeration
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 unspecified. An application must not set this flag. | |
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 |