Skip to content

Latest commit

 

History

History
47 lines (38 loc) · 1.56 KB

File metadata and controls

47 lines (38 loc) · 1.56 KB

outlookItem 资源类型

JSON 表示形式

下面是资源的 JSON 表示形式。

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

属性

属性 类型 说明
分类 字符串集合 与项目关联的类别
changeKey 字符串 标识项目的版本。 每次联系人发生变化时,ChangeKey 都会更改。 它使得 Exchange 能将更改应用于正确版本的对象。 只读。
createdDateTime DateTimeOffset 时间戳类型表示使用 ISO 8601 格式的日期和时间信息,并且始终处于 UTC 时间。例如,2014 年 1 月 1 日午夜 UTC 如下所示: '2014-01-01T00:00:00Z'
id 字符串 只读。
lastModifiedDateTime DateTimeOffset 时间戳类型表示使用 ISO 8601 格式的日期和时间信息,并且始终处于 UTC 时间。例如,2014 年 1 月 1 日午夜 UTC 如下所示: '2014-01-01T00:00:00Z'

关系