Documentation

Suggestion extends Type
in package

Represents a single meeting suggestion.

Table of Contents

Properties

$AttendeeConflictDataArray  : ArrayOfAttendeeConflictData
Contains an array of information that describes conflicts between users and resources and the suggested meeting time.
$IsWorkTime  : bool
Represents whether the suggested meeting time occurs during scheduled work hours.
$MeetingTime  : string
Represents a suggested meeting time.
$SuggestionQuality  : string
Represents the quality of the suggested meeting time.

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

$AttendeeConflictDataArray

Contains an array of information that describes conflicts between users and resources and the suggested meeting time.

public ArrayOfAttendeeConflictData $AttendeeConflictDataArray
Tags
since

Exchange 2007

$IsWorkTime

Represents whether the suggested meeting time occurs during scheduled work hours.

public bool $IsWorkTime
Tags
since

Exchange 2007

$MeetingTime

Represents a suggested meeting time.

public string $MeetingTime
Tags
since

Exchange 2007

todo

Make a DateTime object.

$SuggestionQuality

Represents the quality of the suggested meeting time.

public string $SuggestionQuality
Tags
since

Exchange 2007

see
SuggestionQuality

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