<?xml version="1.0" encoding="utf-8"?>
<OfficeApp 
          xmlns="http://schemas.microsoft.com/office/appforoffice/1.1" 
          xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
          xmlns:bt="http://schemas.microsoft.com/office/officeappbasictypes/1.0" 
          xmlns:mailappor="http://schemas.microsoft.com/office/mailappversionoverrides/1.0" 
          xsi:type="MailApp">
  <Id>8B947792-6FF6-4DC8-863E-A92047C13565</Id>
  <Version>1.2.0.8</Version>
  <ProviderName>Messageware Incorporated</ProviderName>
  <DefaultLocale>en-us</DefaultLocale>
  <DisplayName DefaultValue="AntiScam 2025" />
  <Description DefaultValue="Expose real senders and web links to spot email threats" />
  <IconUrl DefaultValue="https://agave.messageware.com/antiscam.2025.8/assets/product-icon-64.png"/>
  <HighResolutionIconUrl DefaultValue="https://agave.messageware.com/antiscam.2025.8/assets/product-icon-128.png"/>
  <SupportUrl DefaultValue="https://www.messageware.com/support"/>
	 
				  
	  
  <AppDomains>
    <AppDomain>https://agave.messageware.com</AppDomain>
  </AppDomains>
  <Hosts>
    <Host Name="Mailbox" />
  </Hosts>
  
  <Requirements>
    <Sets DefaultMinVersion="1.1">
      <Set Name="Mailbox" />
    </Sets>
  </Requirements>
  
  <FormSettings>
    <Form xsi:type="ItemRead">
      
      <DesktopSettings>
        <SourceLocation DefaultValue="https://agave.messageware.com/antiscam.2025.8/taskpane.html?ver=1.2.0.8" />
        <RequestedHeight>210</RequestedHeight>
      </DesktopSettings>

      <TabletSettings>
        <SourceLocation DefaultValue="https://agave.messageware.com/antiscam.2025.8/taskpane_mobile.html?ver=1.2.0.8"/>
        <RequestedHeight>210</RequestedHeight>
      </TabletSettings>

      <PhoneSettings>
        <SourceLocation DefaultValue="https://agave.messageware.com/antiscam.2025.8/taskpane_mobile.html?ver=1.2.0.8"/>
      </PhoneSettings>
    
      </Form>
</FormSettings>
  
  <Permissions>ReadItem</Permissions>
  
  <Rule xsi:type="RuleCollection" Mode="Or">
    <Rule xsi:type="ItemIs" ItemType="Message" IncludeSubClasses="true" FormType="Read" />
  </Rule>
<VersionOverrides xmlns="http://schemas.microsoft.com/office/mailappversionoverrides" xsi:type="VersionOverridesV1_0">
    <Requirements>
      <bt:Sets DefaultMinVersion="1.3">
        <bt:Set Name="Mailbox" />
      </bt:Sets>
    </Requirements>
    <Hosts>
      <Host xsi:type="MailHost">

        <DesktopFormFactor>
          <!-- Location of the Functions that UI-less buttons can trigger (ExecuteFunction Actions). -->
          <FunctionFile resid="functionFile" />

          <!-- Message Read -->
          <ExtensionPoint xsi:type="MessageReadCommandSurface">
            <!-- Use the default tab of the ExtensionPoint or create your own with <CustomTab id="myTab"> -->
            <OfficeTab id="TabDefault">
              <!-- Up to 6 Groups added per Tab -->
              <Group id="msgReadGroup">
                <Label resid="groupLabel" />
                <!-- Launch the add-in : task pane button -->
                <Control xsi:type="Button" id="msgReadOpenPaneButton">
                  <Label resid="paneReadButtonLabel" />
                  <Supertip>
                    <Title resid="paneReadSuperTipTitle" />
                    <Description resid="paneReadSuperTipDescription" />
                  </Supertip>
                  <Icon>
                    <bt:Image size="16" resid="icon16" />
                    <bt:Image size="32" resid="icon32" />
                    <bt:Image size="80" resid="icon80" />
                  </Icon>
                  <Action xsi:type="ShowTaskpane">
                    <SourceLocation resid="messageReadTaskPaneUrl" />
                  </Action>
                </Control>
                <!-- Go to http://aka.ms/ButtonCommands to learn how to add more Controls: ExecuteFunction and Menu -->
              </Group>
            </OfficeTab>
          </ExtensionPoint>
          <!-- Go to http://aka.ms/ExtensionPointsCommands to learn how to add more Extension Points: MessageRead, AppointmentOrganizer, AppointmentAttendee -->
        </DesktopFormFactor>
      </Host>
    </Hosts>

    <Resources>
      <bt:Images>
        <bt:Image id="icon16" DefaultValue="https://agave.messageware.com/antiscam.2025.8/assets/product-icon-16.png"/>
        <bt:Image id="icon32" DefaultValue="https://agave.messageware.com/antiscam.2025.8/assets/product-icon-32.png"/>
        <bt:Image id="icon80" DefaultValue="https://agave.messageware.com/antiscam.2025.8/assets/product-icon-80.png"/>
      </bt:Images>
      <bt:Urls>
																																  
        <bt:Url id="messageReadTaskPaneUrl" DefaultValue="https://agave.messageware.com/antiscam.2025.8/taskpane.html?ver=1.2.0.8"/>
      </bt:Urls>
      <bt:ShortStrings>
        <bt:String id="groupLabel" DefaultValue="AntiScam 2025"/>
        <bt:String id="customTabLabel"  DefaultValue="AntiScam 2025"/>
        <bt:String id="paneReadButtonLabel" DefaultValue="Reveal Sender and Links"/>
        <bt:String id="paneReadSuperTipTitle" DefaultValue="Reveal Sender and Links"/>
      </bt:ShortStrings>
      <bt:LongStrings>
        <bt:String id="paneReadSuperTipDescription" DefaultValue="Reveal Sender and Links"/>
      </bt:LongStrings>
    </Resources>
	<!-- VersionOverrides for the v1.1 schema -->
    <VersionOverrides xmlns="http://schemas.microsoft.com/office/mailappversionoverrides/1.1" xsi:type="VersionOverridesV1_1">
      <Description resid="residDescription" />
      <Requirements>
        <!-- add information on requirements -->
        <bt:Sets DefaultMinVersion="1.3">
          <bt:Set Name="Mailbox" />
        </bt:Sets>
      </Requirements>
      <Hosts>
        <Host xsi:type="MailHost">
          <!-- add information on form factors -->
          <DesktopFormFactor>
            <!-- Message read form -->
            <ExtensionPoint xsi:type="MessageReadCommandSurface">
              <OfficeTab id="TabDefault">
                <Group id="msgReadDemoGroup">
                  <Label resid="groupLabel" />
                  <!-- Task pane button -->
                  <Control xsi:type="Button" id="msgReadOpenPaneButton">
                    <Label resid="paneReadButtonLabelDesk" />
                    <Supertip>
                      <Title resid="paneReadSuperTipTitleTest" />
                      <Description resid="paneReadSuperTipDescription" />
                    </Supertip>
                    <Icon>
                      <bt:Image size="16" resid="icon16" />
                      <bt:Image size="32" resid="icon32" />
                      <bt:Image size="80" resid="icon80" />
                    </Icon>
                    <Action xsi:type="ShowTaskpane">
                      <SourceLocation resid="readTaskPaneUrl" />
                      <SupportsPinning>true</SupportsPinning>
                    </Action>
                  </Control>
                </Group>
              </OfficeTab>
            </ExtensionPoint>
          </DesktopFormFactor>
          <!--IOS-->
          <MobileFormFactor>
            <ExtensionPoint xsi:type="MobileMessageReadCommandSurface">
              <Group id="mobileMsgRead">
                <Label resid="groupLabel" />
                <Control xsi:type="MobileButton" id="mblTaskPane">
                  <Label resid="paneReadButtonLabelIOS" />
                  <Icon xsi:type="bt:MobileIconList">
                    <bt:Image size="25" scale="1" resid="icon25" />
                    <bt:Image size="25" scale="2" resid="icon25" />
                    <bt:Image size="25" scale="3" resid="icon25" />

                    <bt:Image size="32" scale="1" resid="icon32" />
                    <bt:Image size="32" scale="2" resid="icon64" />
                    <bt:Image size="32" scale="3" resid="icon96" />

                    <bt:Image size="48" scale="1" resid="icon48" />
                    <bt:Image size="48" scale="2" resid="icon96" />
                    <bt:Image size="48" scale="3" resid="icon96" />
                  </Icon>
                  <Action xsi:type="ShowTaskpane">
                    <SourceLocation resid="readTaskPaneUrlIOS" />
                  </Action>
                </Control>
              </Group>
            </ExtensionPoint>
          </MobileFormFactor>
        </Host>
      </Hosts>
      <Resources>
        <!-- add information on resources -->
        <bt:Images>
          <bt:Image id="icon16" DefaultValue="https://agave.messageware.com/antiscam.2025.8/assets/product-icon-16.png"/>
		  <bt:Image id="icon25" DefaultValue="https://agave.messageware.com/antiscam.2025.8/assets/product-icon-25.png"/>
          <bt:Image id="icon32" DefaultValue="https://agave.messageware.com/antiscam.2025.8/assets/product-icon-32.png"/>
		  <bt:Image id="icon48" DefaultValue="https://agave.messageware.com/antiscam.2025.8/assets/product-icon-48.png"/>
		  <bt:Image id="icon64" DefaultValue="https://agave.messageware.com/antiscam.2025.8/assets/product-icon-64.png"/>
          <bt:Image id="icon80" DefaultValue="https://agave.messageware.com/antiscam.2025.8/assets/product-icon-80.png"/>
		  <bt:Image id="icon96" DefaultValue="https://agave.messageware.com/antiscam.2025.8/assets/product-icon-96.png"/>
        </bt:Images>
        <bt:Urls>
          <!--<bt:Url id="functionFile" DefaultValue="https://agave.messageware.com/antiscam.2025.8/FunctionFile/Functions.html"/>-->
																							  
          <bt:Url id="readTaskPaneUrl" DefaultValue="https://agave.messageware.com/antiscam.2025.8/taskpane.html?ver=1.2.0.8"/>
          <bt:Url id="readTaskPaneUrlIOS" DefaultValue="https://agave.messageware.com/antiscam.2025.8/taskpane_mobile.html?ver=1.2.0.8"/>

        </bt:Urls>
        <bt:ShortStrings>
          <bt:String id="groupLabel" DefaultValue="AntiScam 2025"/>
          <bt:String id="residDescription" DefaultValue="AntiScam 2025"/>
          <bt:String id="paneReadButtonLabelDesk" DefaultValue="Reveal Sender and Links"/>
          <bt:String id="paneReadButtonLabelIOS" DefaultValue="Reveal Sender and Links"/>
          <bt:String id="paneReadSuperTipTitleTest" DefaultValue="Reveal Sender and Links"/>
        </bt:ShortStrings>
        <bt:LongStrings>
          <bt:String id="paneReadSuperTipDescription" DefaultValue="Reveal Sender and Links"/>
        </bt:LongStrings>
      </Resources>
    </VersionOverrides>
  </VersionOverrides>
</OfficeApp>
