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: CT_PreProcessingDialog
Specifies the custom text and URL to provide informational resources to the users from the preprocessing dialog of a spam-reporting add-in in Outlook. The information provided in this element helps users identify and report unsolicited messages.
Child Elements:
MoreInfoText: A ShortResourceReference element that specifies additional information in the preprocessing dialog of a spam-reporting add-in to help users report unsolicited messages
MoreInfoUrl: An URLResourceReference element that specifies the URL of a site containing informational resources in the preprocessing dialog of a spam-reporting add-in.
The following W3C XML Schema ([XMLSCHEMA1/2] section 2.1) fragment specifies the contents of this complex type.
-
<xs:complexType name="CT_MoreInfo"> <xs:sequence> <xs:element name="MoreInfoText" type="bt:ShortResourceReference" minOccurs="1" maxOccurs="1"/> <xs:element name="MoreInfoUrl" type="bt:URLResourceReference" minOccurs="1" maxOccurs="1"/> </xs:sequence> </xs:complexType>
See section 5.5 for the full W3C XML Schema ([XMLSCHEMA1/2] section 2.1).