Skip to content

Latest commit

 

History

History
53 lines (40 loc) · 1.37 KB

File metadata and controls

53 lines (40 loc) · 1.37 KB
title convertIdResult resource type
description The result of an ID format conversion performed by the translateExchangeIds function.
ms.localizationpriority medium
doc_type resourcePageType
ms.subservice outlook
author SuryaLashmiS
ms.date 03/21/2024

convertIdResult resource type

Namespace: microsoft.graph

[!INCLUDE beta-disclaimer]

The result of an ID format conversion performed by the translateExchangeIds function.

Properties

Property Type Description
sourceId String The identifier that was converted. This value is the original, unconverted identifier.
targetId String The converted identifier. This value isn't present if the conversion failed.
errorDetails genericError An error object indicating the reason for the conversion failure. This value isn't present if the conversion succeeded.

Relationships

None.

JSON representation

The following JSON representation shows the resource type.

{
  "sourceId": "String",
  "targetId": "String",
  "errorDetails": {
    "@odata.type": "microsoft.graph.genericError"
  }
}