Search Results for

    Show / Hide Table of Contents

    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

    Back to top PnP Core SDK
    Generated by DocFX with Material UI
    spacer