GetInboxRulesResponseType
extends ResponseMessageType
in package
Defines a response to a GetInboxRules operation request.
Table of Contents
Properties
- $DescriptiveLinkKey : int
- Currently unused and reserved for future use.
- $InboxRules : ArrayOfRulesType
- Represents an array of the rules in the user's mailbox.
- $MessageText : string
- Provides a text description of the status of the response.
- $MessageXml : string
- Provides additional error response information.
- $OutlookRuleBlobExists : bool
- Indicates whether a Microsoft Outlook rule blob exists in the user's mailbox.
- $ResponseClass : string
- Describes the status of the response.
- $ResponseCode : string
- Provides an error code that identifies the specific error that the request encountered.
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
$InboxRules
Represents an array of the rules in the user's mailbox.
public
ArrayOfRulesType
$InboxRules
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
$OutlookRuleBlobExists
Indicates whether a Microsoft Outlook rule blob exists in the user's mailbox.
public
bool
$OutlookRuleBlobExists
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
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