ContactCalendarState Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Defines contact calendar states.
public enum class ContactCalendarState
public enum ContactCalendarState
type ContactCalendarState =
Public Enum ContactCalendarState
- Inheritance
-
ContactCalendarState
Fields
Name | Value | Description |
---|---|---|
Invalid | -1 | |
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. |
WorkingElsewhere | 7 | A contact's state is working elsewhere. |