Interface IChatMessageHostedContent
Attachments connected to a chat message
Inherited Members
Namespace: PnP.Core.Model.Me
Assembly: PnP.Core.dll
Syntax
public interface IChatMessageHostedContent : IDataModel<IChatMessageHostedContent>, IDataModelParent, IDataModelWithContext, ISupportModules<IChatMessageHostedContent>
Properties
ContentBytes
The content bytes of the attachment as Base64-encoded bytes
Declaration
string ContentBytes { get; set; }
Property Value
System.String
|
ContentType
The media type of the content attachment.
Declaration
string ContentType { get; set; }
Property Value
System.String
|
Id
Read-only. Unique id of the attachment.
Declaration
string Id { get; }
Property Value
System.String
|