Skip to content

Latest commit

 

History

History
64 lines (50 loc) · 1.56 KB

File metadata and controls

64 lines (50 loc) · 1.56 KB
title description author ms.localizationpriority ms.subservice doc_type
outlookItem resource type
The following JSON representation shows the resource type.
SuryaLashmiS
medium
outlook
resourcePageType

outlookItem resource type

Namespace: microsoft.graph

[!INCLUDE beta-disclaimer]

JSON representation

The following JSON representation shows the resource type.

{
  "categories": ["string"],
  "changeKey": "string",
  "createdDateTime": "String (timestamp)",
  "id": "string (identifier)",
  "lastModifiedDateTime": "String (timestamp)"
}

Properties

Property Type Description
categories String collection
changeKey String
createdDateTime DateTimeOffset The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z
id String Read-only.
lastModifiedDateTime DateTimeOffset The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z

Relationships

None