Google Apps Script API
    Preparing search index...

    Options for a Gmail Attachments.

    interface GmailAttachmentOptions {
        includeAttachments?: boolean;
        includeInlineImages?: boolean;
    }
    Index

    Properties

    includeAttachments?: boolean

    If the returned array of Blob attachments should include regular (non-inline) attachments.

    includeInlineImages?: boolean

    If the returned array of Blob attachments should include inline images.