| 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 |
Namespace: microsoft.graph
Represents properties of the body of an item, such as a message, event or group post.
| Property | Type | Description |
|---|---|---|
| content | String | The content of the item. |
| contentType | bodyType | The type of the content. Possible values are text and html. |
None.
The following JSON representation shows the resource type.
{
"content": "string",
"contentType": "String"
}