Documentation

SearchPreviewItemType extends Type
in package

Defines an item preview for a discovery search.

Table of Contents

Properties

$BccRecipients  : ArrayOfRecipientsType
Represents a collection of recipients to receive a blind carbon copy (Bcc) of an e-mail message.
$CcRecipients  : ArrayOfRecipientsType
Represents a collection of recipients that will receive a copy of the message.
$CreatedTime  : string
Specifies the time at which the item was created.
$ExtendedProperties  : NonEmptyArrayOfExtendedPropertyType
Specifies an array of additional properties.
$HasAttachment  : bool
Specifies whether the item has attachments.
$Id  : ItemIdType
Specifies the identifier of the item.
$Importance  : string
Describes the importance of an item or the aggregated importance of all items in a conversation in the current folder.
$ItemClass  : string
Represents the message class of an item.
$Mailbox  : PreviewItemMailboxType
Contains the mailbox identifier and the user’s primary Simple Mail Transfer Protocol (SMTP) address.
$OwaLink  : string
Specifies the link to preview an item in Microsoft Outlook Web App.
$ParentId  : ItemIdType
Specifies the identifier of the parent item in a search preview.
$Preview  : string
Specifies the first 256 characters of an item for display.
$Read  : bool
Indicates whether a client can read a folder or item.
$ReceivedTime  : string
Specifies the time at which an item was received.
$Sender  : string
Specifies the e-mail address of the person who sent an item.
$SentTime  : string
Specifies the time at which the item was sent.
$Size  : int
Specifies the total size of one or more mailbox items.
$SortValue  : string
Specifies a value used for sorting.
$Subject  : string
Represents the subject property of Exchange store items.
$ToRecipients  : ArrayOfSmtpAddressType
Specifies a list of recipients to whom the item was sent.
$UniqueHash  : string
Specifies a unique hash value used for de-duplication.

Methods

__clone()  : mixed
Clones any object properties on a type object when it is cloned. Allows for a deep clone required when using object to represent data types when making a SOAP call.

Properties

$BccRecipients

Represents a collection of recipients to receive a blind carbon copy (Bcc) of an e-mail message.

public ArrayOfRecipientsType $BccRecipients
Tags
since

Exchange 2013

$CcRecipients

Represents a collection of recipients that will receive a copy of the message.

public ArrayOfRecipientsType $CcRecipients
Tags
since

Exchange 2013

$CreatedTime

Specifies the time at which the item was created.

public string $CreatedTime
Tags
since

Exchange 2013

todo

Make a DateTime object.

$ExtendedProperties

Specifies an array of additional properties.

public NonEmptyArrayOfExtendedPropertyType $ExtendedProperties
Tags
since

Exchange 2013

$HasAttachment

Specifies whether the item has attachments.

public bool $HasAttachment
Tags
since

Exchange 2013

$Importance

Describes the importance of an item or the aggregated importance of all items in a conversation in the current folder.

public string $Importance
Tags
since

Exchange 2013

see
ImportanceChoicesType

$ItemClass

Represents the message class of an item.

public string $ItemClass
Tags
since

Exchange 2013

see
ItemClassType

$Mailbox

Contains the mailbox identifier and the user’s primary Simple Mail Transfer Protocol (SMTP) address.

public PreviewItemMailboxType $Mailbox
Tags
since

Exchange 2013

Specifies the link to preview an item in Microsoft Outlook Web App.

public string $OwaLink
Tags
since

Exchange 2013

$ParentId

Specifies the identifier of the parent item in a search preview.

public ItemIdType $ParentId
Tags
since

Exchange 2013

$Preview

Specifies the first 256 characters of an item for display.

public string $Preview
Tags
since

Exchange 2013

$Read

Indicates whether a client can read a folder or item.

public bool $Read
Tags
since

Exchange 2013

$ReceivedTime

Specifies the time at which an item was received.

public string $ReceivedTime
Tags
since

Exchange 2013

todo

Make a DateTime object.

$Sender

Specifies the e-mail address of the person who sent an item.

public string $Sender
Tags
since

Exchange 2013

$SentTime

Specifies the time at which the item was sent.

public string $SentTime
Tags
since

Exchange 2013

todo

Make a DateTime object.

$Size

Specifies the total size of one or more mailbox items.

public int $Size
Tags
since

Exchange 2013

$SortValue

Specifies a value used for sorting.

public string $SortValue
Tags
since

Exchange 2013

$Subject

Represents the subject property of Exchange store items.

public string $Subject

The subject is limited to 255 characters.

Tags
since

Exchange 2013

$ToRecipients

Specifies a list of recipients to whom the item was sent.

public ArrayOfSmtpAddressType $ToRecipients
Tags
since

Exchange 2013

$UniqueHash

Specifies a unique hash value used for de-duplication.

public string $UniqueHash
Tags
since

Exchange 2013

Methods

__clone()

Clones any object properties on a type object when it is cloned. Allows for a deep clone required when using object to represent data types when making a SOAP call.

public __clone() : mixed

        
On this page

Search results