Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

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

Feedback

Was this page helpful?

Additional resources