2.2.5.2 t:OofState Simple Type

The OofState simple type specifies the state of the user's mailbox with respect to OOF.

 <xs:simpleType name="OofState">
 <xs:restriction base="xs:string">
 <xs:enumeration value="Disabled" />
 <xs:enumeration value="Enabled" />
 <xs:enumeration value="Scheduled" />
 </xs:restriction>
 </xs:simpleType>

The following table lists the values that are defined by the OofState simple type.

Value

Description

Disabled

Specifies that OOF behavior is disabled.

Enabled

Specifies that the OOF state is enabled; this indicates that OOF messages will be sent.

Scheduled

Specifies that the OOF status is set to Enabled for the time period defined by the Duration element.