Table of Contents

Class SearchPreviewItem

Namespace
Microsoft.Exchange.WebServices.Data
Assembly
Microsoft.Exchange.WebServices.dll

Represents search preview item.

public sealed class SearchPreviewItem
Inheritance
SearchPreviewItem
Inherited Members

Constructors

SearchPreviewItem()

public SearchPreviewItem()

Properties

BccRecipients

Bcc recipients

public string[] BccRecipients { get; set; }

Property Value

string[]

CcRecipients

Cc recipients

public string[] CcRecipients { get; set; }

Property Value

string[]

CreatedTime

Created time

public DateTime CreatedTime { get; set; }

Property Value

DateTime

ExtendedProperties

Extended properties

public ExtendedPropertyCollection ExtendedProperties { get; set; }

Property Value

ExtendedPropertyCollection

HasAttachment

Has attachments

public bool HasAttachment { get; set; }

Property Value

bool

Id

Item id

public ItemId Id { get; set; }

Property Value

ItemId

Importance

Importance

public Importance Importance { get; set; }

Property Value

Importance

ItemClass

Item class

public string ItemClass { get; set; }

Property Value

string

Mailbox

Mailbox

public PreviewItemMailbox Mailbox { get; set; }

Property Value

PreviewItemMailbox

OWA Link

public string OwaLink { get; set; }

Property Value

string

ParentId

Parent item id

public ItemId ParentId { get; set; }

Property Value

ItemId

Preview

Preview

public string Preview { get; set; }

Property Value

string

Read

Read

public bool Read { get; set; }

Property Value

bool

ReceivedTime

Received time

public DateTime ReceivedTime { get; set; }

Property Value

DateTime

Sender

Sender

public string Sender { get; set; }

Property Value

string

SentTime

Sent time

public DateTime SentTime { get; set; }

Property Value

DateTime

Size

Item size

[CLSCompliant(false)]
public ulong Size { get; set; }

Property Value

ulong

SortValue

Sort value

public string SortValue { get; set; }

Property Value

string

Subject

Subject

public string Subject { get; set; }

Property Value

string

ToRecipients

To recipients

public string[] ToRecipients { get; set; }

Property Value

string[]

UniqueHash

Unique hash

public string UniqueHash { get; set; }

Property Value

string