Share via


2.2.234 EquivalentAddin

Target namespace: http://schemas.microsoft.com/office/mailappversionoverrides/1.1

Referenced by: EquivalentAddins

Specifies an equivalent add-in. This will take precedence over your web add-in if installed. <4>

Child Elements:

ProgId: A LongString element that specifies the progID of your equivalent add-in.

DisplayName: A LongString element that specifies the optional display name for the equivalent add-in.

FileName: A LongString element (section 2.2.202).<5>

Type: A ShortString element that specifies the equivalent add-in type (COM for UI, XLL for custom functions).

The following W3C XML Schema ([XMLSCHEMA1/2] section 2.1) fragment specifies the contents of this complex type.

 <xs:complexType name="EquivalentAddin">
   <xs:sequence minOccurs="1" maxOccurs="1">
     <xs:element name="ProgId" type="bt:LongString" minOccurs="0" maxOccurs="1"/>
     <xs:element name="DisplayName" type="bt:LongString" minOccurs="0" maxOccurs="1"/>
     <xs:element name="FileName" type="bt:LongString" minOccurs="0" maxOccurs="1"/>
     <xs:element name="Type" type="bt:ShortString" minOccurs="1" maxOccurs="1"/>
   </xs:sequence>
 </xs:complexType>

See section 5.5 for the full W3C XML Schema ([XMLSCHEMA1/2] section 2.1).