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
ADDRESS
Identifies the address property set ID by name.
public
string
ADDRESS
= 'Address'
Tags
APPOINTMENT
Identifies the appointment property set ID by name.
public
string
APPOINTMENT
= 'Appointment'
Tags
CALENDAR_ASSISTANT
Identifies the calendar assistant property set ID by name.
public
string
CALENDAR_ASSISTANT
= 'CalendarAssistant'
Tags
COMMON
Identifies the common property set ID by name.
public
string
COMMON
= 'Common'
Tags
INTERNET_HEADERS
Identifies the Internet headers property set ID by name.
public
string
INTERNET_HEADERS
= 'InternetHeaders'
Tags
MEETING
Identifies the meeting property set ID by name.
public
string
MEETING
= 'Meeting'
Tags
PUBLIC_STRINGS
Identifies the public strings property set ID by name.
public
string
PUBLIC_STRINGS
= 'PublicStrings'
Tags
SHARING
Identifies the sharing property set ID by name.
public
string
SHARING
= 'Sharing'
Tags
TASK
Indicates a task.
public
string
TASK
= 'Task'
Tags
UNIFIED_MESSAGING
Identifies the unified messaging property set ID by name.
public
string
UNIFIED_MESSAGING
= 'UnifiedMessaging'
Tags
Properties
$_
Element value.
public
string
$_
Tags
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
.