| 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 |
Namespace: microsoft.graph
[!INCLUDE beta-disclaimer]
Represents a long-running operation of a mailFolder object.
Inherits from entity.
| 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. |
| 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. |
None.
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.mailFolderOperation",
"id": "String (identifier)",
"resourceLocation": "String",
"status": "String"
}