FreeBusyViewType
extends Enumeration
in package
Represents the type of free/busy information returned in the response.
Table of Contents
Constants
- DETAILED = 'Detailed'
- 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.
- DETAILED_MERGED = 'DetailedMerged'
- Represents all the properties in Detailed with a stream of merged free/busy availability information.
- FREE_BUSY = 'FreeBusy'
- Represents the legacy status information: free, busy, tentative, and OOF.
- FREE_BUSY_MERGED = 'FreeBusyMerged'
- Represents all the properties in FreeBusy with a stream of merged free/busy availability information.
- MERGED_ONLY = 'MergedOnly'
- Represents an aggregated free/busy stream.
- NONE = 'None'
- This value is not valid for requests but is valid for responses.
Properties
- $_ : string
- Element value.
Methods
- __clone() : mixed
- Clones any object properties on a type object when it is cloned. Allows for a deep clone required when using object to represent data types when making a SOAP call.
- __toString() : string
- Returns the value of this enumeration as a string.
Constants
DETAILED
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.
public
string
DETAILED
= 'Detailed'
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.
If Detailed is specified for a distribution list, the free/busy information for the members of the list is merged, and MergedOnly is returned.
Tags
DETAILED_MERGED
Represents all the properties in Detailed with a stream of merged free/busy availability information.
public
string
DETAILED_MERGED
= 'DetailedMerged'
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.
Tags
FREE_BUSY
Represents the legacy status information: free, busy, tentative, and OOF.
public
string
FREE_BUSY
= 'FreeBusy'
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.
Tags
FREE_BUSY_MERGED
Represents all the properties in FreeBusy with a stream of merged free/busy availability information.
public
string
FREE_BUSY_MERGED
= 'FreeBusyMerged'
Tags
MERGED_ONLY
Represents an aggregated free/busy stream.
public
string
MERGED_ONLY
= 'MergedOnly'
In cross-forest scenarios in which the target user in one forest does not have an Availability service configured, the Availability service of the requester 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.
Tags
NONE
This value is not valid for requests but is valid for responses.
public
string
NONE
= 'None'
Tags
Properties
$_
Element value.
public
string
$_
Tags
Methods
__clone()
Clones any object properties on a type object when it is cloned. Allows for a deep clone required when using object to represent data types when making a SOAP call.
public
__clone() : mixed
__toString()
Returns the value of this enumeration as a string.
public
__toString() : string
.