Skip to content

Latest commit

 

History

History
56 lines (43 loc) · 1.15 KB

File metadata and controls

56 lines (43 loc) · 1.15 KB
title description ms.localizationpriority doc_type ms.subservice author
itemBody resource type
Represents properties of the body of an item, such as a message, event or group post.
medium
resourcePageType
excel
grangeryy

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.

JSON representation

The following JSON representation shows the resource type.

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