Documentation

GetRemindersType extends BaseRequestType
in package

Defines a request to get reminders.

Table of Contents

Properties

$BeginTime  : string
Specifies the beginning of the time span to query for reminders.
$EndTime  : string
Represents the end of the time span to query for reminders.
$MaxItems  : int
Specifies the maximum number of items to return in the request.
$ReminderType  : string
Specifies the type of reminders to return.

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

$BeginTime

Specifies the beginning of the time span to query for reminders.

public string $BeginTime
Tags
since

Exchange 2013

todo

Make a DateTime object.

$EndTime

Represents the end of the time span to query for reminders.

public string $EndTime
Tags
since

Exchange 2013

todo

Make a DateTime object.

$MaxItems

Specifies the maximum number of items to return in the request.

public int $MaxItems

This number cannot be less than zero or greater than 200.

Tags
since

Exchange 2013

$ReminderType

Specifies the type of reminders to return.

public string $ReminderType

Possible values are All, Current, or Old.

Tags
since

Exchange 2013

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