UnifiedMessageServiceConfiguration
extends ServiceConfiguration
in package
Represents service configuration information for the Unified Messaging service.
Table of Contents
Properties
- $PlayOnPhoneDialString : string
- Identifies the Play-on-Phone dial string.
- $PlayOnPhoneEnabled : bool
- Indicates whether the Play-on-Phone feature is enabled.
- $UmEnabled : bool
- Indicates whether Unified Messaging is enabled for an account.
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
$PlayOnPhoneDialString
Identifies the Play-on-Phone dial string.
public
string
$PlayOnPhoneDialString
This element is required.
Tags
$PlayOnPhoneEnabled
Indicates whether the Play-on-Phone feature is enabled.
public
bool
$PlayOnPhoneEnabled
This element is required.
Tags
$UmEnabled
Indicates whether Unified Messaging is enabled for an account.
public
bool
$UmEnabled
This element is required.
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