ProtectionRulesConfiguration

The ProtectionRulesConfiguration element contains service configuration information for the protection rules service.

<ProtectionRulesConfiguration RefreshInterval="">
   <Rules/>
   <InternalDomains/>
</ProtectionRulesConfiguration>

ProtectionRulesServiceConfiguration

Attributes and elements

The following sections describe attributes, child elements, and parent elements.

Attributes

Attribute Description
RefreshInterval
Specifies how often, in whole hours, the client should request protection rules from the server. This attribute is required and its value must be an integer that is equal to or greater than 1.

Child elements

Element Description
Rules
An array of protection rules. This element is required.
InternalDomains (SmtpDomainList)
Identifies the list of internal SMTP domains of the organization. This element is required.

Parent elements

Element Description
ServiceConfigurationResponseMessageType
Contains service configuration settings.

Text value

None.

Remarks

The protection rules service configuration is comprised of a list of rules, internal domains, and a refresh interval.

The schema that describes this element is located in the IIS virtual directory that hosts Exchange Web Services.

Element information

Name Value
Namespace
https://schemas.microsoft.com/exchange/services/2006/messages
Schema Name
Messages schema
Validation File
Messages.xsd
Can be Empty
False

See also