Table of Contents

Interface IChatMessageContent

Namespace
PnP.Core.Model.Me
Assembly
PnP.Core.dll

Public interface to define the content of a chat message

public interface IChatMessageContent : IDataModel<IChatMessageContent>, IDataModelParent, IDataModelWithContext, ISupportModules<IChatMessageContent>
Inherited Members
Extension Methods

Properties

Content

The content of the item.

string Content { get; set; }

Property Value

string

ContentType

The type of the content. Possible values are text and html.

ChatMessageContentType ContentType { get; set; }

Property Value

ChatMessageContentType