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