Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Namespace: http://schemas.microsoft.com/exchange/services/2006/types
The NonIndexableItemDetailType complex type specifies a detail for an item that could not be indexed.
-
<xs:complexType name="NonIndexableItemDetailType" xmlns:xs="http://www.w3.org/2001/XMLSchema"> <xs:sequence> <xs:element minOccurs="1" maxOccurs="1" name="ItemId" type="t:ItemIdType"/> <xs:element minOccurs="1" maxOccurs="1" name="ErrorCode" type="t:ItemIndexErrorType"/> <xs:element minOccurs="1" maxOccurs="1" name="ErrorDescription" type="xs:string"/> <xs:element minOccurs="1" maxOccurs="1" name="IsPartiallyIndexed" type="xs:boolean"/> <xs:element minOccurs="1" maxOccurs="1" name="IsPermanentFailure" type="xs:boolean"/> <xs:element minOccurs="1" maxOccurs="1" name="SortValue" type="xs:string"/> <xs:element minOccurs="1" maxOccurs="1" name="AttemptCount" type="xs:int"/> <xs:element minOccurs="0" maxOccurs="1" name="LastAttemptTime" type="xs:dateTime"/> <xs:element minOccurs="0" maxOccurs="1" name="AdditionalInfo" type="xs:string"/> </xs:sequence> </xs:complexType>
ItemId: An element of type ItemIdType, as defined in [MS-OXWSCORE] section 2.2.4.25, that represents the identifier of the item that could not be indexed.
ErrorCode: An element of type ItemIndexErrorType, as defined in section 3.1.4.1.4.1. This element is for internal use only.
ErrorDescription: An element of type string, as defined in [XMLSCHEMA2] section 3.2.1, that represents the description of the error returned.
IsPartiallyIndexed: An element of type boolean, as defined in [XMLSCHEMA2] section 3.2.2, that indicates whether the item is partially indexed.
IsPermanentFailure: An element of type boolean that indicates whether a previous attempt to index the item was unsuccessful.
SortValue: An element of type string that contains a value used for sorting.
AttemptCount: An element of type int, as defined in [XMLSCHEMA2] section 3.3.17, that represents the number of attempts that have been made to index the item.
LastAttemptTime: An element of type dateTime, as defined in [XMLSCHEMA2] section 3.2.7, that represents a time and date at which the last attempt to index the item was made.
AdditionalInfo: An element of type string that represents additional information.