Documentation

ImAddressKeyType extends Enumeration
in package

Represents the key for an instant messenger address.

Table of Contents

Constants

IM_ADDRESS_1  = 'ImAddress1'
Instant messenger key for instant messenger address one.
IM_ADDRESS_2  = 'ImAddress2'
Instant messenger key for instant messenger address two.
IM_ADDRESS_3  = 'ImAddress3'
Instant messenger key for instant messenger address three.

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

IM_ADDRESS_1

Instant messenger key for instant messenger address one.

public string IM_ADDRESS_1 = 'ImAddress1'
Tags
since

Exchange 2007

IM_ADDRESS_2

Instant messenger key for instant messenger address two.

public string IM_ADDRESS_2 = 'ImAddress2'
Tags
since

Exchange 2007

IM_ADDRESS_3

Instant messenger key for instant messenger address three.

public string IM_ADDRESS_3 = 'ImAddress3'
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