Table of Contents

Class MessageAttachmentOptions

Namespace
PnP.Core.Model.Security
Assembly
PnP.Core.dll

Options for attachments for a message

public class MessageAttachmentOptions
Inheritance
MessageAttachmentOptions
Inherited Members

Properties

ContentBytes

Bytes of the attachment

public string ContentBytes { get; set; }

Property Value

string

ContentType

Content-Type of the attachment

public string ContentType { get; set; }

Property Value

string

Name

Name of the attachment

public string Name { get; set; }

Property Value

string