Interface IGraphItemBody
Represents properties of the body of an item, such as a message, event or group post.
public interface IGraphItemBody : IDataModel<IGraphItemBody>, IDataModelParent, IDataModelWithContext, ISupportModules<IGraphItemBody>
- Inherited Members
- Extension Methods
Properties
Content
The content of the item.
string Content { get; set; }
Property Value
ContentType
The type of the content.
EventBodyType ContentType { get; set; }