Skip to content

Latest commit

 

History

History
65 lines (50 loc) · 1.87 KB

File metadata and controls

65 lines (50 loc) · 1.87 KB
title followupFlag resource type
description Allows setting a flag for the user to follow up on an item later. Supported items include message and contact.
ms.localizationpriority medium
doc_type resourcePageType
ms.subservice mail
author SuryaLashmiS
ms.date 03/21/2024

followupFlag resource type

Namespace: microsoft.graph

[!INCLUDE beta-disclaimer]

Allows setting a flag for the user to follow up on an item later. Supported items include message and contact.

Properties

Property Type Description
completedDateTime dateTimeTimeZone The date and time that the follow-up was finished.
dueDateTime dateTimeTimeZone The date and time that the follow-up is to be finished. Note: To set the due date, you must also specify the startDateTime; otherwise, you get a 400 Bad Request response.
flagStatus String The status for follow-up for an item. Possible values are notFlagged, complete, and flagged.
startDateTime dateTimeTimeZone The date and time that the follow-up is to begin.

Relationships

None.

JSON representation

The following JSON representation shows the resource type.

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