Documentation

MailboxTypeType extends Enumeration
in package

Represents the type of mailbox that is represented by an e-mail address.

Table of Contents

Constants

CONTACT  = 'Contact'
Represents a contact in a user's mailbox.
MAILBOX  = 'Mailbox'
Represents a mail-enabled Active Directory object.
ONE_OFF  = 'OneOff'
Represents a one-off member of a personal distribution list.
PRIVATE_DISTRIBUTION_LIST  = 'PrivateDL'
Represents a private distribution list in a user's mailbox.
PUBLIC_DISTRIBUTION_LIST  = 'PublicDL'
Represents a public distribution list.
PUBLIC_FOLDER  = 'PublicFolder'
Represents a public folder.
UNKNOWN  = 'Unknown'
Represents an unknown type of mailbox.

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

CONTACT

Represents a contact in a user's mailbox.

public string CONTACT = 'Contact'
Tags
since

Exchange 2007

MAILBOX

Represents a mail-enabled Active Directory object.

public string MAILBOX = 'Mailbox'
Tags
since

Exchange 2007

ONE_OFF

Represents a one-off member of a personal distribution list.

public string ONE_OFF = 'OneOff'
Tags
since

Exchange 2010

PRIVATE_DISTRIBUTION_LIST

Represents a private distribution list in a user's mailbox.

public string PRIVATE_DISTRIBUTION_LIST = 'PrivateDL'
Tags
since

Exchange 2007

PUBLIC_DISTRIBUTION_LIST

Represents a public distribution list.

public string PUBLIC_DISTRIBUTION_LIST = 'PublicDL'
Tags
since

Exchange 2007

PUBLIC_FOLDER

Represents a public folder.

public string PUBLIC_FOLDER = 'PublicFolder'
Tags
since

Exchange 2010

UNKNOWN

Represents an unknown type of mailbox.

public string UNKNOWN = 'Unknown'
Tags
since

Exchange 2010

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