Class MessageAttachmentOptions
Options for attachments for a message
Inheritance
System.Object
MessageAttachmentOptions
Namespace: PnP.Core.Model.Security
Assembly: PnP.Core.dll
Syntax
public class MessageAttachmentOptions : object
Properties
ContentBytes
Bytes of the attachment
Declaration
public string ContentBytes { get; set; }
Property Value
System.String
|
ContentType
Content-Type of the attachment
Declaration
public string ContentType { get; set; }
Property Value
System.String
|
Name
Name of the attachment
Declaration
public string Name { get; set; }
Property Value
System.String
|