Documentation

ExternalAudience extends Enumeration
in package

Identifies to whom external Out of Office (OOF) messages are sent.

.

Table of Contents

Constants

ALL  = 'All'
E-mail senders outside the mailbox user's organization who send messages to the user will receive an external OOF message response.
KNOWN  = 'Known'
E-mail senders outside the mailbox user's organization who send messages to the user will only receive an external OOF message response if the sender is in the user's Exchange store contact list.
NONE  = 'None'
E-mail senders outside the mailbox user's organization who send messages to the user will not receive an external OOF message response.

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

ALL

E-mail senders outside the mailbox user's organization who send messages to the user will receive an external OOF message response.

public string ALL = 'All'

.

Tags
since

Exchange 2007

KNOWN

E-mail senders outside the mailbox user's organization who send messages to the user will only receive an external OOF message response if the sender is in the user's Exchange store contact list.

public string KNOWN = 'Known'
Tags
since

Exchange 2007

NONE

E-mail senders outside the mailbox user's organization who send messages to the user will not receive an external OOF message response.

public string NONE = 'None'
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