Documentation

ReminderItemActionType extends Type
in package

Defines the action for a reminder item.

Table of Contents

Properties

$ActionType  : string
Specifies the action to take on the reminder.
$ItemId  : ItemIdType
Contains the unique identifier and change key of an item in the Exchange store.
$NewReminderTime  : string
Specifies a new time for a reminder.

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

$ActionType

Specifies the action to take on the reminder.

public string $ActionType
Tags
since

Exchange 2013

see
ReminderActionType

$ItemId

Contains the unique identifier and change key of an item in the Exchange store.

public ItemIdType $ItemId
Tags
since

Exchange 2013

$NewReminderTime

Specifies a new time for a reminder.

public string $NewReminderTime

This is used when the ActionType element is set to Snooze, in order to delay the reminder.

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