DictionaryURIType
extends Enumeration
in package
Identifies the dictionary that contains the member to return.
Table of Contents
Constants
- CONTACTS_EMAIL_ADDRESS = 'contacts:EmailAddress'
- Represents the e-mail address of a contact.
- CONTACTS_IM_ADDRESS = 'contacts:ImAddress'
- Represents the instant messaging address of a contact.
- CONTACTS_PHONE_NUMBER = 'contacts:PhoneNumber'
- Represents the phone number of a contact.
- CONTACTS_PHYSICAL_ADDRESS_CITY = 'contacts:PhysicalAddress:City'
- Represents the city of a contact.
- CONTACTS_PHYSICAL_ADDRESS_COUNTRY = 'contacts:PhysicalAddress:Country'
- Represents the country of a contact.
- CONTACTS_PHYSICAL_ADDRESS_POSTAL_CODE = 'contacts:PhysicalAddress:PostalCode'
- Represents the postal code of a contact.
- CONTACTS_PHYSICAL_ADDRESS_STATE = 'contacts:PhysicalAddress:State'
- Represents the state of a contact.
- CONTACTS_PHYSICAL_ADDRESS_STREET = 'contacts:PhysicalAddress:Street'
- Represents the street address of a contact.
- DISTRIBUTION_LIST_MEMBERS_MEMBER = 'distributionlist:Members:Member'
- Represents a member of a distribution list.
- ITEM_INTERNET_MESSAGE_HEADER = 'item:InternetMessageHeader'
- Represents the message header of an item.
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
CONTACTS_EMAIL_ADDRESS
Represents the e-mail address of a contact.
public
string
CONTACTS_EMAIL_ADDRESS
= 'contacts:EmailAddress'
Tags
CONTACTS_IM_ADDRESS
Represents the instant messaging address of a contact.
public
string
CONTACTS_IM_ADDRESS
= 'contacts:ImAddress'
Tags
CONTACTS_PHONE_NUMBER
Represents the phone number of a contact.
public
string
CONTACTS_PHONE_NUMBER
= 'contacts:PhoneNumber'
Tags
CONTACTS_PHYSICAL_ADDRESS_CITY
Represents the city of a contact.
public
string
CONTACTS_PHYSICAL_ADDRESS_CITY
= 'contacts:PhysicalAddress:City'
Tags
CONTACTS_PHYSICAL_ADDRESS_COUNTRY
Represents the country of a contact.
public
string
CONTACTS_PHYSICAL_ADDRESS_COUNTRY
= 'contacts:PhysicalAddress:Country'
Tags
CONTACTS_PHYSICAL_ADDRESS_POSTAL_CODE
Represents the postal code of a contact.
public
string
CONTACTS_PHYSICAL_ADDRESS_POSTAL_CODE
= 'contacts:PhysicalAddress:PostalCode'
Tags
CONTACTS_PHYSICAL_ADDRESS_STATE
Represents the state of a contact.
public
string
CONTACTS_PHYSICAL_ADDRESS_STATE
= 'contacts:PhysicalAddress:State'
Tags
CONTACTS_PHYSICAL_ADDRESS_STREET
Represents the street address of a contact.
public
string
CONTACTS_PHYSICAL_ADDRESS_STREET
= 'contacts:PhysicalAddress:Street'
Tags
DISTRIBUTION_LIST_MEMBERS_MEMBER
Represents a member of a distribution list.
public
string
DISTRIBUTION_LIST_MEMBERS_MEMBER
= 'distributionlist:Members:Member'
Tags
ITEM_INTERNET_MESSAGE_HEADER
Represents the message header of an item.
public
string
ITEM_INTERNET_MESSAGE_HEADER
= 'item:InternetMessageHeader'
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
.