Enumerates the current state of individual
contact work calendar time periods.
Namespace:
Microsoft.Lync.Model
Assembly: Microsoft.Lync.Model(in Microsoft.Lync.Model.dll)
Syntax
C# |
---|
public enum ContactCalendarState |
Members
Member name | Value | Description | |
---|---|---|---|
Available | 0 |
A contact is available.
|
|
Tentative | 1 |
A contact has a tentative appointment
scheduled.
|
|
OutsideWorkPeriod | 2 |
A contact is not working.
|
|
Busy | 3 |
A contact is busy.
|
|
OutOfOffice | 4 |
A contact is out of office.
|
|
NotAvailable | 5 |
A contact's state is not available.
|
|
Unknown | 6 |
A contact's state is unknown.
|
|
Invalid | -1 |