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
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
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
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
.