Documentation

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
since

Exchange 2007

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
since

Exchange 2007

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
since

Exchange 2007

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
since

Exchange 2007

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
since

Exchange 2007

NONE

This value is not valid for requests but is valid for responses.

public string NONE = 'None'
Tags
since

Exchange 2007

Properties

$_

Element value.

public string $_
Tags
deprecated
1.0.0

This property will be removed in a future release and should not be used. Instead, you should reference the constants implemented in the class directly.

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

.

Tags
suppress

PhanDeprecatedProperty

Return values
string

        
On this page

Search results