SearchableMailboxType
extends Type
in package
Defines a mailbox that may be searched.
Table of Contents
Properties
- $DisplayName : string
- Defines the display name of the mailbox.
- $ExternalEmailAddress : string
- Contains the external email address of the mailbox.
- $Guid : string
- Specifies the globally unique identifier of the mailbox.
- $IsExternalMailbox : bool
- Indicates whether the mailbox is external to the organization.
- $IsMembershipGroup : bool
- Specifies a Boolean value that indicates whether the entity is a distribution group or a mailbox.
- $PrimarySmtpAddress : string
- Specifies the primary Simple Mail Transfer Protocol (SMTP) address of the mailbox.
- $ReferenceId : string
- Specifies the reference identifier for the mailbox.
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.
Properties
$DisplayName
Defines the display name of the mailbox.
public
string
$DisplayName
Tags
$ExternalEmailAddress
Contains the external email address of the mailbox.
public
string
$ExternalEmailAddress
Tags
$Guid
Specifies the globally unique identifier of the mailbox.
public
string
$Guid
Tags
$IsExternalMailbox
Indicates whether the mailbox is external to the organization.
public
bool
$IsExternalMailbox
Tags
$IsMembershipGroup
Specifies a Boolean value that indicates whether the entity is a distribution group or a mailbox.
public
bool
$IsMembershipGroup
Tags
$PrimarySmtpAddress
Specifies the primary Simple Mail Transfer Protocol (SMTP) address of the mailbox.
public
string
$PrimarySmtpAddress
Tags
$ReferenceId
Specifies the reference identifier for the mailbox.
public
string
$ReferenceId
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