Skip to content

Latest commit

 

History

History
55 lines (42 loc) · 1.11 KB

File metadata and controls

55 lines (42 loc) · 1.11 KB
title itemBody resource type
description Represents properties of the body of an item, such as a message, event or group post.
ms.localizationpriority medium
author grangeryy
ms.subservice excel
doc_type resourcePageType
ms.date 08/08/2024

itemBody resource type

Namespace: microsoft.graph

Represents properties of the body of an item, such as a message, event or group post.

Properties

Property Type Description
content String The content of the item.
contentType bodyType The type of the content. Possible values are text and html.

Relationships

None.

JSON representation

The following JSON representation shows the resource type.

{
  "content": "string",
  "contentType": "String"
}