ServiceConfigurationResponseMessageType
extends ResponseMessageType
in package
Represents service configuration settings.
Table of Contents
Properties
- $DescriptiveLinkKey : int
- Currently unused and reserved for future use.
- $MailTipsConfiguration : MailTipsServiceConfiguration
- Contains service configuration information for the mail tips service.
- $MessageText : string
- Provides a text description of the status of the response.
- $MessageXml : string
- Provides additional error response information.
- $ProtectionRulesConfiguration : ProtectionRulesServiceConfiguration
- Contains service configuration information for the protection rules service.
- $ResponseClass : string
- Describes the status of the response.
- $ResponseCode : string
- Provides an error code that identifies the specific error that the request encountered.
- $UnifiedMessagingConfiguration : UnifiedMessageServiceConfiguration
- Contains service configuration information for the Unified Messaging service.
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
$DescriptiveLinkKey
Currently unused and reserved for future use.
public
int
$DescriptiveLinkKey
This element contains a value of 0.
Tags
$MailTipsConfiguration
Contains service configuration information for the mail tips service.
public
MailTipsServiceConfiguration
$MailTipsConfiguration
Tags
$MessageText
Provides a text description of the status of the response.
public
string
$MessageText
Tags
$MessageXml
Provides additional error response information.
public
string
$MessageXml
Tags
$ProtectionRulesConfiguration
Contains service configuration information for the protection rules service.
public
ProtectionRulesServiceConfiguration
$ProtectionRulesConfiguration
Tags
$ResponseClass
Describes the status of the response.
public
string
$ResponseClass
Tags
$ResponseCode
Provides an error code that identifies the specific error that the request encountered.
public
string
$ResponseCode
Tags
$UnifiedMessagingConfiguration
Contains service configuration information for the Unified Messaging service.
public
UnifiedMessageServiceConfiguration
$UnifiedMessagingConfiguration
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