Share via


2.3.25 ItemFormType

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

Referenced by: ItemIs

Defines the form type that a mail add-in SHOULD be activated in.

Value

Meaning

Read

Specifies that the mail add-in SHOULD activate in read forms.

Edit

Specifies that the mail add-in SHOULD activate in compose forms.

ReadOrEdit

Specifies that the mail add-in SHOULD activate in read and compose forms.

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

 <xs:simpleType name="ItemFormType">
   <xs:restriction base="xs:string">
     <xs:enumeration value="Read"/>
     <xs:enumeration value="Edit"/>
     <xs:enumeration value="ReadOrEdit"/>
   </xs:restriction>
 </xs:simpleType>

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