Documentation

SuggestionDayResult extends Type
in package

Represents a single day that contains suggested meeting times.

Table of Contents

Properties

$Date  : string
Represents the date that contains the suggested meeting times.
$DayQuality  : string
Represents the quality of the day for containing quality suggested meeting times.
$SuggestionArray  : ArrayOfSuggestion
Contains an array of meeting suggestions.

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.

Properties

$Date

Represents the date that contains the suggested meeting times.

public string $Date
Tags
since

Exchange 2007

todo

Make a DateTime object.

$DayQuality

Represents the quality of the day for containing quality suggested meeting times.

public string $DayQuality
Tags
since

Exchange 2007

see
SuggestionQuality

$SuggestionArray

Contains an array of meeting suggestions.

public ArrayOfSuggestion $SuggestionArray
Tags
since

Exchange 2007

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

        
On this page

Search results