followupFlag 资源类型

命名空间:microsoft.graph

重要

Microsoft Graph /beta 版本下的 API 可能会发生更改。 不支持在生产应用程序中使用这些 API。 若要确定 API 是否在 v1.0 中可用,请使用 版本 选择器。

允许设置标记,以便用户在日后跟进项目。 受支持的项包括邮件联系人

属性

属性 类型 说明
completedDateTime dateTimeTimeZone 完成跟进的日期和时间。
dueDateTime dateTimeTimeZone 待完成的跟进的日期和时间。 注意:若要设置截止日期,还必须指定 startDateTime;否则会收到 400 Bad Request 响应。
flagStatus String 项目的跟进状态。 可取值为:notFlaggedcompleteflagged
startDateTime dateTimeTimeZone 要开始的跟进的日期和时间。

JSON 表示形式

以下 JSON 表示形式显示了资源类型。

{
  "completedDateTime": {"@odata.type": "microsoft.graph.dateTimeTimeZone"},
  "dueDateTime": {"@odata.type": "microsoft.graph.dateTimeTimeZone"},
  "flagStatus": "String",
  "startDateTime": {"@odata.type": "microsoft.graph.dateTimeTimeZone"}
}