Skip to content

Latest commit

 

History

History
54 lines (45 loc) · 1.82 KB

File metadata and controls

54 lines (45 loc) · 1.82 KB
title mailFolderOperation resource type
description Represents a long-running operation of a mailFolder object.
author ka-gunase
ms.localizationpriority medium
ms.subservice outlook
doc_type resourcePageType
ms.date 02/25/2025

mailFolderOperation resource type

Namespace: microsoft.graph

[!INCLUDE beta-disclaimer]

Represents a long-running operation of a mailFolder object.

Inherits from entity.

Methods

Method Return type Description
List mailFolderOperation collection List the long-running folder operations of a mailFolder object.
Get mailFolderOperation Read the properties and relationships of a mailFolderOperation object.

Properties

Property Type Description
id String The unique identifier of the long-running operation. Inherited from entity.
resourceLocation String The location of the long-running operation.
status mailFolderOperationStatus The status of the long-running operation. The possible values are: notStarted, running, succeeded, failed, unknownFutureValue.

Relationships

None.

JSON representation

The following JSON representation shows the resource type.

{
  "@odata.type": "#microsoft.graph.mailFolderOperation",
  "id": "String (identifier)",
  "resourceLocation": "String",
  "status": "String"
}