Skip to content

Latest commit

 

History

History
61 lines (46 loc) · 1.2 KB

File metadata and controls

61 lines (46 loc) · 1.2 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
doc_type resourcePageType
ms.subservice excel
author grangeryy
ms.date 07/23/2024

itemBody resource type

Namespace: microsoft.graph

[!INCLUDE beta-disclaimer]

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"
}