Documentation

ExceptionPropertyURIType extends Enumeration
in package

Defines a property of an occurrence of a recurring item.

Table of Contents

Constants

ATTACHMENT_CONTENT  = 'attachment:Content'
Identifies the content as containing an error.
ATTACHMENT_CONTENT_TYPE  = 'attachment:ContentType'
Identifies the content type as containing an error.
ATTACHMENT_NAME  = 'attachment:Name'
Identifies the attachment name as containing an error.
RECURRENCE_DAY_OF_MONTH  = 'recurrence:DayOfMonth'
Identifies the DayOfMonth as containing an error.
RECURRENCE_DAY_OF_WEEK_INDEX  = 'recurrence:DayOfWeekIndex'
Identifies the day of week index as containing an error.
RECURRENCE_DAYS_OF_WEEK  = 'recurrence:DaysOfWeek'
Identifies the DaysOfWeek property as containing an error.
RECURRENCE_INTERVAL  = 'recurrence:Interval'
Identifies the interval as containing an error.
RECURRENCE_MONTH  = 'recurrence:Month'
Identifies the month field as containing an error.
RECURRENCE_NUMBER_OF_OCCURRENCES  = 'recurrence:NumberOfOccurrences'
Identifies the number of occurrences as containing an error.

Properties

$_  : string
Element value.

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.
__toString()  : string
Returns the value of this enumeration as a string.

Constants

ATTACHMENT_CONTENT

Identifies the content as containing an error.

public string ATTACHMENT_CONTENT = 'attachment:Content'
Tags
since

Exchange 2007

ATTACHMENT_CONTENT_TYPE

Identifies the content type as containing an error.

public string ATTACHMENT_CONTENT_TYPE = 'attachment:ContentType'
Tags
since

Exchange 2007

ATTACHMENT_NAME

Identifies the attachment name as containing an error.

public string ATTACHMENT_NAME = 'attachment:Name'
Tags
since

Exchange 2007

RECURRENCE_DAY_OF_MONTH

Identifies the DayOfMonth as containing an error.

public string RECURRENCE_DAY_OF_MONTH = 'recurrence:DayOfMonth'
Tags
since

Exchange 2007

RECURRENCE_DAY_OF_WEEK_INDEX

Identifies the day of week index as containing an error.

public string RECURRENCE_DAY_OF_WEEK_INDEX = 'recurrence:DayOfWeekIndex'
Tags
since

Exchange 2007

RECURRENCE_DAYS_OF_WEEK

Identifies the DaysOfWeek property as containing an error.

public string RECURRENCE_DAYS_OF_WEEK = 'recurrence:DaysOfWeek'
Tags
since

Exchange 2007

RECURRENCE_INTERVAL

Identifies the interval as containing an error.

public string RECURRENCE_INTERVAL = 'recurrence:Interval'
Tags
since

Exchange 2007

RECURRENCE_MONTH

Identifies the month field as containing an error.

public string RECURRENCE_MONTH = 'recurrence:Month'
Tags
since

Exchange 2007

RECURRENCE_NUMBER_OF_OCCURRENCES

Identifies the number of occurrences as containing an error.

public string RECURRENCE_NUMBER_OF_OCCURRENCES = 'recurrence:NumberOfOccurrences'
Tags
since

Exchange 2007

Properties

$_

Element value.

public string $_
Tags
deprecated
1.0.0

This property will be removed in a future release and should not be used. Instead, you should reference the constants implemented in the class directly.

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

__toString()

Returns the value of this enumeration as a string.

public __toString() : string

.

Tags
suppress

PhanDeprecatedProperty

Return values
string

        
On this page

Search results