<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<!--
//////////////////////////////////////////////////////////////////////////////////
// Symantec copyright header start
//////////////////////////////////////////////////////////////////////////////////
//
//////////////////////////////////////////////////////////////////////////////
//Copyright (c) 2024 Broadcom. All Rights Reserved.
//The term "Broadcom" refers to Broadcom Inc. and/or its subsidiaries.
//
//THIS SOFTWARE CONTAINS CONFIDENTIAL INFORMATION AND TRADE SECRETS OF
//BROADCOM. USE, DISCLOSURE OR REPRODUCTION IS PROHIBITED WITHOUT THE PRIOR
//EXPRESS WRITTEN PERMISSION OF BROADCOM.
//
//The Licensed Software and Documentation are deemed to be commercial computer
//software as defined in FAR 12.212 and subject to restricted rights as
//defined in FAR Section 52.227-19 "Commercial Computer Software - Restricted
//Rights" and DFARS 227.7202, Rights in "Commercial Computer Software or
//Commercial Computer Software Documentation," as applicable, and any successor
//regulations, whether delivered by Broadcom as on premises or hosted services.
//Any use, modification, reproduction release, performance, display or
//disclosure of the Licensed Software and Documentation by the U.S. Government
//shall be solely in accordance with the terms of this Agreement.
//////////////////////////////////////////////////////////////////////////////

//
//////////////////////////////////////////////////////////////////////////////////
// Symantec copyright header stop
//////////////////////////////////////////////////////////////////////////////////
-->
<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>e9c6b99a-5fef-434d-b3e5-f4d5883723b1</Id>
  <Version>1.0.0.3</Version>
  <ProviderName>Symantec</ProviderName>
  <DefaultLocale>en-US</DefaultLocale>
  <DisplayName DefaultValue="Symantec for Outlook"/>
  <Description DefaultValue="Policy-based protection for your sensitive data."/>
  <IconUrl DefaultValue="https://officeapp.endpoint.dlp.protect.symantec.com/1003/assets/symantec_logo.png"/>
  <HighResolutionIconUrl DefaultValue="https://officeapp.endpoint.dlp.protect.symantec.com/1003/assets/symantec_logo.png"/>
  <SupportUrl DefaultValue="https://support.broadcom.com/security"/>

  <Hosts>
    <Host Name="Mailbox" />
  </Hosts>

  <Requirements>
    <Sets>
      <Set Name="Mailbox" MinVersion="1.8" />
    </Sets>
  </Requirements>

  <FormSettings>
    <Form xsi:type="ItemRead">
      <DesktopSettings>
        <SourceLocation DefaultValue="https://officeapp.endpoint.dlp.protect.symantec.com/1003/commands.html"/>
        <RequestedHeight>250</RequestedHeight>
      </DesktopSettings>
    </Form>
  </FormSettings>

  <Permissions>ReadWriteItem</Permissions>
  <Rule xsi:type="RuleCollection" Mode="Or">
    <Rule xsi:type="ItemIs" ItemType="Appointment" FormType="Edit"/>
    <Rule xsi:type="ItemIs" ItemType="Message" FormType="Edit"/>
  </Rule>
  <DisableEntityHighlighting>false</DisableEntityHighlighting>
  
 <VersionOverrides xmlns="http://schemas.microsoft.com/office/mailappversionoverrides" xsi:type="VersionOverridesV1_0">
    <VersionOverrides xmlns="http://schemas.microsoft.com/office/mailappversionoverrides/1.1" xsi:type="VersionOverridesV1_1">   
    <Requirements>
      <bt:Sets DefaultMinVersion="1.8">
        <bt:Set Name="Mailbox" />
      </bt:Sets>
    </Requirements>
    <Hosts>
      <Host xsi:type="MailHost">
		<Runtimes>
			<Runtime resid="Commands.Url">
				<!-- JavaScript file containing event handlers. This is used by classic Outlook on Windows. -->
				<Override type="javascript" resid="JSRuntime.Url"/>
			</Runtime>
		</Runtimes>
		
        <DesktopFormFactor>
          <FunctionFile resid="Commands.Url" />
          <ExtensionPoint xsi:type="Events">
              <Event Type="ItemSend" FunctionExecution="synchronous" FunctionName="main" />
          </ExtensionPoint>
		  
		  <ExtensionPoint xsi:type="LaunchEvent">
		   <LaunchEvents>
			<LaunchEvent Type="OnMessageAttachmentsChanged" FunctionName="mainHandleAttachments" />
			<LaunchEvent Type="OnAppointmentAttachmentsChanged" FunctionName="mainHandleAttachments" />				
		   </LaunchEvents>
		   <SourceLocation resid="Commands.Url"/>
          </ExtensionPoint>		  
		  
        </DesktopFormFactor>
      </Host>
    </Hosts>
    <Resources>
      <bt:Urls>
        <bt:Url id="Commands.Url" DefaultValue="https://officeapp.endpoint.dlp.protect.symantec.com/1003/commands.html"/>
		<!-- Entry needed for classic Outlook on Windows. -->
		<bt:Url id="JSRuntime.Url" DefaultValue="https://officeapp.endpoint.dlp.protect.symantec.com/1003/commands.js"/>
      </bt:Urls>
    </Resources>
	<EquivalentAddins>
		<EquivalentAddin>
			<ProgId>Otlk.OutlookAddin</ProgId>
			<Type>COM</Type>
		</EquivalentAddin>
	</EquivalentAddins>
     </VersionOverrides>
  </VersionOverrides>
</OfficeApp>
