Skip to content

Latest commit

 

History

History
74 lines (54 loc) · 2.88 KB

File metadata and controls

74 lines (54 loc) · 2.88 KB
title multiValueLegacyExtendedProperty resource type
description An extended property that contains a collection of values.
ms.localizationpriority medium
doc_type resourcePageType
ms.subservice non-product-specific
author SuryaLashmiS
ms.date 05/23/2024

multiValueLegacyExtendedProperty resource type

Namespace: microsoft.graph

[!INCLUDE beta-disclaimer]

[!INCLUDE outlooktask-deprecate-sharedfeature]

An extended property that contains a collection of values.

See Extended properties overview for more information about when to use open extensions or extended properties, and how to specify extended properties.

Methods

Method Return Type Description
Create multi-value property A supported resource instance: message, mailFolder, event, calendar, contact, contactFolder, Outlook task, or Outlook task folder. Group post isn't supported. Create a multiValueLegacyExtendedProperty in a new or existing instance of a supported resource.
Get multi-value property A supported resource instance (message, mailFolder, event, calendar, contact, contactFolder, Outlook task, Outlook task folder, or group post) expanded with a multiValueLegacyExtendedProperty object. Get a resource instance with an extended property using $expand.

Properties

Property Type Description
id string The property identifier. Read-only.
value string collection A collection of property values.

Relationships

None

JSON representation

The following JSON representation shows the resource type.

{
  "id": "string (identifier)",
  "value": ["string"]
}