GetUserAvailabilityRequestType
extends BaseRequestType
in package
Defines the arguments used to obtain user availability information.
Table of Contents
Properties
- $FreeBusyViewOptions : FreeBusyViewOptionsType
- Specifies the type of free/busy information returned in the response.
- $MailboxDataArray : ArrayOfMailboxData
- Contains a list of mailboxes to query for availability information.
- $SuggestionsViewOptions : SuggestionsViewOptionsType
- Contains the options for obtaining meeting suggestion information.
- $TimeZone : SerializableTimeZone
- Contains elements that identify time zone information.
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
$FreeBusyViewOptions
Specifies the type of free/busy information returned in the response.
public
FreeBusyViewOptionsType
$FreeBusyViewOptions
Tags
$MailboxDataArray
Contains a list of mailboxes to query for availability information.
public
ArrayOfMailboxData
$MailboxDataArray
Tags
$SuggestionsViewOptions
Contains the options for obtaining meeting suggestion information.
public
SuggestionsViewOptionsType
$SuggestionsViewOptions
Tags
$TimeZone
Contains elements that identify time zone information.
public
SerializableTimeZone
$TimeZone
This element also contains information about the transition between standard time and daylight saving time.
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