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
MAILBOX
Represents a mail-enabled Active Directory object.
public
string
MAILBOX
= 'Mailbox'
Tags
ONE_OFF
Represents a one-off member of a personal distribution list.
public
string
ONE_OFF
= 'OneOff'
Tags
PRIVATE_DISTRIBUTION_LIST
Represents a private distribution list in a user's mailbox.
public
string
PRIVATE_DISTRIBUTION_LIST
= 'PrivateDL'
Tags
PUBLIC_DISTRIBUTION_LIST
Represents a public distribution list.
public
string
PUBLIC_DISTRIBUTION_LIST
= 'PublicDL'
Tags
PUBLIC_FOLDER
Represents a public folder.
public
string
PUBLIC_FOLDER
= 'PublicFolder'
Tags
UNKNOWN
Represents an unknown type of mailbox.
public
string
UNKNOWN
= 'Unknown'
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
.