Documentation

ReminderType extends Type
in package

Represents a reminder for a task or a calendar item.

Table of Contents

Properties

$EndDate  : string
The end date of the item the reminder is for.
$ItemId  : ItemIdType
The unique identifier of the reminder.
$Location  : string
The location for the item the reminder is for.
$RecurringMasterItemId  : ItemIdType
The unique identifier of the recurring master item for the reminder.
$ReminderGroup  : string
Specified whether the reminder is for a calendar item or a task.
$ReminderTime  : string
The time for the reminder to occur.
$StartDate  : string
The start date of the item the reminder is for.
$Subject  : string
The subject of the item the reminder is for.
$UID  : string
The unique identifier of the calendar item.

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

$EndDate

The end date of the item the reminder is for.

public string $EndDate
Tags
since

Exchange 2013

todo

Make a DateTime object.

$ItemId

The unique identifier of the reminder.

public ItemIdType $ItemId
Tags
since

Exchange 2013

$Location

The location for the item the reminder is for.

public string $Location
Tags
since

Exchange 2013

$RecurringMasterItemId

The unique identifier of the recurring master item for the reminder.

public ItemIdType $RecurringMasterItemId
Tags
since

Exchange 2013

$ReminderGroup

Specified whether the reminder is for a calendar item or a task.

public string $ReminderGroup
Tags
since

Exchange 2013

see
ReminderGroup

$ReminderTime

The time for the reminder to occur.

public string $ReminderTime
Tags
since

Exchange 2013

todo

Make a DateTime object.

$StartDate

The start date of the item the reminder is for.

public string $StartDate
Tags
since

Exchange 2013

todo

Make a DateTime object.

$Subject

The subject of the item the reminder is for.

public string $Subject
Tags
since

Exchange 2013

$UID

The unique identifier of the calendar item.

public string $UID
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