itemBody resource type

Namespace: microsoft.graph

Important

APIs under the /beta version in Microsoft Graph are subject to change. Use of these APIs in production applications is not supported. To determine whether an API is available in v1.0, use the Version selector.

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