Documentation

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
since

Exchange 2007

CONTACTS_IM_ADDRESS

Represents the instant messaging address of a contact.

public string CONTACTS_IM_ADDRESS = 'contacts:ImAddress'
Tags
since

Exchange 2007

CONTACTS_PHONE_NUMBER

Represents the phone number of a contact.

public string CONTACTS_PHONE_NUMBER = 'contacts:PhoneNumber'
Tags
since

Exchange 2007

CONTACTS_PHYSICAL_ADDRESS_CITY

Represents the city of a contact.

public string CONTACTS_PHYSICAL_ADDRESS_CITY = 'contacts:PhysicalAddress:City'
Tags
since

Exchange 2007

CONTACTS_PHYSICAL_ADDRESS_COUNTRY

Represents the country of a contact.

public string CONTACTS_PHYSICAL_ADDRESS_COUNTRY = 'contacts:PhysicalAddress:Country'
Tags
since

Exchange 2007

CONTACTS_PHYSICAL_ADDRESS_POSTAL_CODE

Represents the postal code of a contact.

public string CONTACTS_PHYSICAL_ADDRESS_POSTAL_CODE = 'contacts:PhysicalAddress:PostalCode'
Tags
since

Exchange 2007

CONTACTS_PHYSICAL_ADDRESS_STATE

Represents the state of a contact.

public string CONTACTS_PHYSICAL_ADDRESS_STATE = 'contacts:PhysicalAddress:State'
Tags
since

Exchange 2007

CONTACTS_PHYSICAL_ADDRESS_STREET

Represents the street address of a contact.

public string CONTACTS_PHYSICAL_ADDRESS_STREET = 'contacts:PhysicalAddress:Street'
Tags
since

Exchange 2007

DISTRIBUTION_LIST_MEMBERS_MEMBER

Represents a member of a distribution list.

public string DISTRIBUTION_LIST_MEMBERS_MEMBER = 'distributionlist:Members:Member'
Tags
since

Exchange 2010

ITEM_INTERNET_MESSAGE_HEADER

Represents the message header of an item.

public string ITEM_INTERNET_MESSAGE_HEADER = 'item:InternetMessageHeader'
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