ContactAvailability Enumeration

Enumerates a the availability states of a contact.

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 Do not use this enumerator. This flag indicates that the cotact state is unspecified.
Free A flag indicating that the contact is available.
FreeIdle Contact is free but inactive. Cannot be published as user state. Idle states are set automatically by Client.
Busy A flag indicating that the contact is busy and inactive.
BusyIdle Contact is busy but inactive. Cannot be published as user state. Idle states are set automatically by Client.
DoNotDisturb A flag indicating that the contact does not want to be disturbed.
TemporarilyAway A flag indicating that the contact is temporarily away.
Away A flag indicating that the contact is away.
Offline A flag indicating that the contact is signed out.
Invalid

See Also

Reference

Microsoft.Lync.Model Namespace