3.1.4.1.4.1 ItemIndexErrorType

Namespace: http://schemas.microsoft.com/exchange/services/2006/types

The ItemIndexErrorType simple type is for internal use only.

 <xs:simpleType name="ItemIndexErrorType" xmlns:xs="http://www.w3.org/2001/XMLSchema">
   <xs:restriction base="xs:string">
     <xs:enumeration value="None"/>
     <xs:enumeration value="GenericError"/>
     <xs:enumeration value="Timeout"/>
     <xs:enumeration value="StaleEvent"/>
     <xs:enumeration value="MailboxOffline"/>
     <xs:enumeration value="AttachmentLimitReached"/>
     <xs:enumeration value="MarsWriterTruncation"/>
     <xs:enumeration value="DocumentParserFailure"/>
   </xs:restriction>
 </xs:simpleType>

The following table specifies the allowable values for the ItemIndexErrorType simple type.

Value

Meaning

None

This value is for internal use only.

GenericError

This value is for internal use only.

Timeout

This value is for internal use only.

StaleEvent

This value is for internal use only.

MailboxOffline

This value is for internal use only.

AttachmentLimitReached

This value is for internal use only.

MarsWriterTruncation

This value is for internal use only.

DocumentParserFailure

This value is for internal use only.