3.1.4.1.3.57 m:ServiceConfigurationResponseMessageType Complex Type
The ServiceConfigurationResponseMessageType complex type specifies service configuration settings. This complex type extends the ResponseMessageType complex type, as specified in [MS-OXWSCDATA] section 2.2.4.65.
-
<xs:complexType name="ServiceConfigurationResponseMessageType"> <xs:complexContent> <xs:extension base="m:ResponseMessageType"> <xs:sequence> <xs:element name="MailTipsConfiguration" type="t:MailTipsServiceConfiguration" minOccurs="0" maxOccurs="1" /> <xs:element name="UnifiedMessagingConfiguration" type="t:UnifiedMessageServiceConfiguration" maxOccurs="1" minOccurs="0" /> <xs:element name="ProtectionRulesConfiguration" type="t:ProtectionRulesServiceConfiguration" maxOccurs="1" minOccurs="0" /> <xs:element name="PolicyNudgeRulesConfiguration" type="t:PolicyNudgeRulesServiceConfiguration" minOccurs="0" maxOccurs="1"/> </xs:sequence> </xs:extension> </xs:complexContent> </xs:complexType>
The following table lists the child elements of the ServiceConfigurationResponseMessageType complex type.
Element |
Type |
Description |
---|---|---|
MailTipsConfiguration |
t:MailTipsServiceConfiguration (section 3.1.4.1.3.27) |
Contains service configuration information for the mail tips service. This element MUST occur for mail tips service configuration. |
UnifiedMessagingConfiguration |
t:UnifiedMessageServiceConfiguration (section 3.1.4.1.3.61) |
Contains service configuration information for the Unified Messaging service. This element MUST occur for Unified Messaging service configuration. |
ProtectionRulesConfiguration |
t:ProtectionRulesServiceConfiguration (section 3.1.4.1.3.43) |
Contains service configuration information for the protection rules service. This element MUST occur for protection rules service configuration. |
PolicyNudgeRulesConfiguration |
t:PolicyNudgeRulesServiceConfiguration (section 3.1.4.1.3.30) |
Contains DLP rules and classification definitions.<49> |