Microsoft Outlook · Schema

FollowupFlag

Represents the follow-up flag status on a message.

CalendarContactsEmailEnterpriseMicrosoftOffice 365Productivity

Properties

Name Type Description
flagStatus string The follow-up status.
View JSON Schema on GitHub

JSON Schema

microsoft-graph-mail-followup-flag-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "FollowupFlag",
  "type": "object",
  "description": "Represents the follow-up flag status on a message.",
  "properties": {
    "flagStatus": {
      "type": "string",
      "description": "The follow-up status."
    }
  }
}