MoreInfo element (preview)

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.

To learn more about how to implement the spam reporting feature in your add-in, see Implement an integrated spam-reporting add-in (preview).

Add-in type: Mail

Valid only in these VersionOverrides schemas:

  • Mail 1.1

For more information, see Version overrides in the manifest.

Associated with these requirement sets:

Contained in

Attributes

None.

Child elements

Element Required Description
MoreInfoText Yes Specifies additional information in the preprocessing dialog of a spam-reporting add-in to help users report unsolicited messages. Its resid attribute must be set to the value of the id attribute of a String in the ShortStrings element under the Resources element.
MoreInfoUrl Yes Specifies the URL of a site containing informational resources in the preprocessing dialog of a spam-reporting add-in. Its resid attribute must be set to the value of the id attribute of a Url in the Urls element under the Resources element.

Example

<PreProcessingDialog>
  ...
  <MoreInfo>
    <MoreInfoText resid="MoreInfo.Label"/>
    <MoreInfoUrl resid="MoreInfo.Url"/>
  </MoreInfo>
</PreProcessingDialog>