Skip to content

Latest commit

 

History

History
42 lines (33 loc) · 1.87 KB

File metadata and controls

42 lines (33 loc) · 1.87 KB
title moveToInboxResponseAction resource type
description Describes an email response action that moves the email message to the user's Inbox.
author mmekler
ms.localizationpriority medium
ms.subservice security
doc_type resourcePageType
ms.date 03/06/2024

moveToInboxResponseAction resource type

Namespace: microsoft.graph.security

[!INCLUDE beta-disclaimer]

Describes an email response action that moves the email message to the user's Inbox.

Inherits from microsoft.graph.security.responseAction.

Properties

Property Type Description
identifier microsoft.graph.security.emailEntityIdentifier Unique identifier for the response action. Default is networkMessageId,recipientEmailAddress. The possible values are: networkMessageId, recipientEmailAddress, unknownFutureValue.

Relationships

None.

JSON representation

The following JSON representation shows the resource type.

{
  "@odata.type": "#microsoft.graph.security.moveToInboxResponseAction",
  "identifier": "String"
}