Skip to content

Latest commit

 

History

History
64 lines (48 loc) · 2.45 KB

multivaluelegacyextendedproperty.md

File metadata and controls

64 lines (48 loc) · 2.45 KB
title description ms.localizationpriority author ms.subservice doc_type
multiValueLegacyExtendedProperty resource type
An extended property that contains a collection of values.
medium
SuryaLashmiS
outlook
resourcePageType

multiValueLegacyExtendedProperty resource type

Namespace: microsoft.graph

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
Post A supported resource instance: message, mailFolder, event, calendar, contact, or contactFolder. Group post isn't supported. Create a multiValueLegacyExtendedProperty in a new or existing instance of a supported resource.
Get A supported resource instance (message, mailFolder, event, calendar, contact, contactFolder, 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"]
}