Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Target namespace: http://schemas.microsoft.com/office/mailappversionoverrides/1.1
Referenced by: ReportPhishingCustomization
Specifies the preprocessing dialog of a spam-reporting add-in in Outlook, so that users can provide additional information about the message they're reporting.
Child Elements:
Title: A ShortResourceReference element that specifies the custom title of the preprocessing dialog.
Description: A LongResourceReference element that specifies the custom text that appears in the preprocessing dialog
NeverShowAgainOption: A boolean element that specifies if the user has an option to never show the dialog again. This option is only considered if ReportingOptions is not present.
ReportingOptions: A CT_ReportingOptions element that specifies a list of up to five options a user can select from the preprocessing dialog to provide a reason for reporting a message.
FreeTextLabel: A ShortResourceReference element that specifies a text box to the preprocessing dialog to allow users to provide additional information on the message they're reporting.
MoreInfo: A CT_MoreInfo element that specifies the custom text and URL to provide informational resources to the users. The custom text and URL configured in this element appear below the text provided in the <Description> element.
The following W3C XML Schema ([XMLSCHEMA1/2] section 2.1) fragment specifies the contents of this complex type.
-
<xs:complexType name="CT_PreProcessingDialog"> <xs:sequence> <xs:element name="Title" type="bt:ShortResourceReference" minOccurs="1" maxOccurs="1"/> <xs:element name="Description" type="bt:LongResourceReference" minOccurs="1" maxOccurs="1"/> <xs:element name="NeverShowAgainOption" type="xs:boolean" minOccurs="0" maxOccurs="1"/> <xs:element name="ReportingOptions" minOccurs="0" maxOccurs="1" type="CT_ReportingOptions"/> <xs:element name="FreeTextLabel" type="bt:ShortResourceReference" minOccurs="0" maxOccurs="1"/> <xs:element name="MoreInfo" minOccurs="0" maxOccurs="1" type="CT_MoreInfo"/> </xs:sequence> </xs:complexType>
See section 5.5 for the full W3C XML Schema ([XMLSCHEMA1/2] section 2.1).