FreeBusyViewType
enum
Defines the type of free/busy information returned by a GetUserAvailability operation.
- Inheritance
-
- Available extensions
Values
-
None
→ const FreeBusyViewType
-
No view could be returned. This value cannot be specified in a call to GetUserAvailability.
-
MergedOnly
→ const FreeBusyViewType
-
Represents an aggregated free/busy stream. In cross-forest scenarios in which the target user in one forest
does not have an Availability service configured, the Availability service of the requestor retrieves the
target user's free/busy information from the free/busy public folder. Because public folders only store
free/busy information in merged form, MergedOnly is the only available information.
-
FreeBusy
→ const FreeBusyViewType
-
Represents the legacy status information: free, busy, tentative, and OOF. This also includes the start/end
times of the appointments. This view is richer than the legacy free/busy view because individual meeting
start and end times are provided instead of an aggregated free/busy stream.
-
FreeBusyMerged
→ const FreeBusyViewType
-
Represents all the properties in FreeBusy with a stream of merged free/busy availability information.
-
Detailed
→ const FreeBusyViewType
-
Represents the legacy status information: free, busy, tentative, and OOF; the start/end times of the
appointments; and various properties of the appointment such as subject, location, and importance.
This requested view will return the maximum amount of information for which the requesting user is privileged.
If merged free/busy information only is available, as with requesting information for users in a Microsoft
Exchange Server 2003 forest, MergedOnly will be returned. Otherwise, FreeBusy or Detailed will be returned.
-
DetailedMerged
→ const FreeBusyViewType
-
Represents all the properties in Detailed with a stream of merged free/busy availability
information. If only merged free/busy information is available, for example if the mailbox exists on a computer
running Exchange 2003, MergedOnly will be returned. Otherwise, FreeBusyMerged or DetailedMerged will be returned.
Properties
-
hashCode
→ int
-
The hash code for this object.
no setterinherited
-
index
→ int
-
A numeric identifier for the enumerated value.
no setterinherited
-
runtimeType
→ Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
toString()
→ String
-
A string representation of this object.
inherited