AvailabilityData 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 the user availability data that can be requested.
public enum class AvailabilityData
public enum AvailabilityData
Public Enum AvailabilityData
- Inheritance
-
AvailabilityData
Fields
Name | Value | Description |
---|---|---|
FreeBusy | 0 | Specifies that only free/busy data should be returned. |
Suggestions | 1 | Specifies that only suggested meeting times should be returned. |
FreeBusyAndSuggestions | 2 | Specifies that free/busy data and suggested meeting times should be returned. |