| 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 | |
| author | SuryaLashmiS |
| ms.date | 03/21/2024 |
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.
| 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. |
None.
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"}
}