Skip to content

Latest commit

 

History

History
78 lines (58 loc) · 2.36 KB

File metadata and controls

78 lines (58 loc) · 2.36 KB
title manager ms.date ms.audience ms.topic ms.service ms.technology ms.localizationpriority ms.assetid description
SearchPreviewItem
sethgros
09/17/2015
Developer
reference
office-online-server
ews
medium
59b0b2db-a0ae-4162-a2cb-5f37f42fe872
The SearchPreviewItem element specifies the item preview for a discovery search.

SearchPreviewItem

The SearchPreviewItem element specifies the item preview for a discovery search.

<SearchPreviewItem>
   <Id/>
   <Mailbox/>
   <ParentId/>
   <ItemClass/>
   <UniqueHash/>
   <SortValue/>
   <OwaLink/>
   <Sender/>
   <ToRecipients/>
   <CcRecipients/>
   <BccRecipients/>
   <CreatedTime/>
   <ReceivedTime/>
   <SentTime/>
   <Subject/>
   <Size/>
   <Preview/>
   <Importance/>
   <Read/>
   <HasAttachment/>
   <ExtendedProperties/>
</SearchPreviewItem>

SearchPreviewItemType

Attributes and elements

The following sections describe attributes, child elements, and parent elements.

Attributes

None.

Child elements

ID (ItemIdType) | Mailbox (PreviewItemMailboxType) | ParentId | ItemClass | UniqueHash | SortValue | OwaLink | Sender (string) | ToRecipients (ArrayOfSmtpAddressType) | CcRecipients | BccRecipients | CreatedTime | ReceivedTime | SentTime | Subject | Size (long) | Preview | Importance | Read | HasAttachment | ExtendedProperties (NonEmptyArrayOfExtendedPropertyType)

Parent elements

Items (ArrayOfSearchPreviewItemsType)

Remarks

This element was introduced in Exchange Server 2013.

The schema that describes this element is located in the IIS virtual directory that hosts Exchange Web Services.

Element information

Element Example
Namespace
http://schemas.microsoft.com/exchange/services/2006/types
Schema name
Types schema
Validation file
Types.xsd
Can be empty