Documentation

DistinguishedPropertySetType extends Enumeration
in package

Defines the well-known property set IDs for extended MAPI properties.

Table of Contents

Constants

ADDRESS  = 'Address'
Identifies the address property set ID by name.
APPOINTMENT  = 'Appointment'
Identifies the appointment property set ID by name.
CALENDAR_ASSISTANT  = 'CalendarAssistant'
Identifies the calendar assistant property set ID by name.
COMMON  = 'Common'
Identifies the common property set ID by name.
INTERNET_HEADERS  = 'InternetHeaders'
Identifies the Internet headers property set ID by name.
MEETING  = 'Meeting'
Identifies the meeting property set ID by name.
PUBLIC_STRINGS  = 'PublicStrings'
Identifies the public strings property set ID by name.
SHARING  = 'Sharing'
Identifies the sharing property set ID by name.
TASK  = 'Task'
Indicates a task.
UNIFIED_MESSAGING  = 'UnifiedMessaging'
Identifies the unified messaging property set ID by name.

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

APPOINTMENT

Identifies the appointment property set ID by name.

public string APPOINTMENT = 'Appointment'
Tags
since

Exchange 2007

CALENDAR_ASSISTANT

Identifies the calendar assistant property set ID by name.

public string CALENDAR_ASSISTANT = 'CalendarAssistant'
Tags
since

Exchange 2007

INTERNET_HEADERS

Identifies the Internet headers property set ID by name.

public string INTERNET_HEADERS = 'InternetHeaders'
Tags
since

Exchange 2007

PUBLIC_STRINGS

Identifies the public strings property set ID by name.

public string PUBLIC_STRINGS = 'PublicStrings'
Tags
since

Exchange 2007

UNIFIED_MESSAGING

Identifies the unified messaging property set ID by name.

public string UNIFIED_MESSAGING = 'UnifiedMessaging'
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