Share via


2.3.26 ItemType

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

Referenced by: ItemIs

Specifies the different types of items that are used in rules specified by ItemIs elements (section 2.2.46).

Value

Meaning

Message

Specifies that the type of item is a mail message.

Appointment

Specifies that the type of item is an appointment.

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

 <xs:simpleType name="ItemType">
   <xs:restriction base="xs:string">
     <xs:enumeration value="Message"/>
     <xs:enumeration value="Appointment"/>
   </xs:restriction>
 </xs:simpleType>

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