Search Results for

    Show / Hide Table of Contents

    Class MessageAttachmentOptions

    Options for attachments for a message

    Inheritance
    object
    MessageAttachmentOptions
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: PnP.Core.Model.Security
    Assembly: PnP.Core.dll
    Syntax
    public class MessageAttachmentOptions

    Properties

    ContentBytes

    Bytes of the attachment

    Declaration
    public string ContentBytes { get; set; }
    Property Value
    string

    ContentType

    Content-Type of the attachment

    Declaration
    public string ContentType { get; set; }
    Property Value
    string

    Name

    Name of the attachment

    Declaration
    public string Name { get; set; }
    Property Value
    string

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