Member Junction
    Preparing search index...
    DownloadAttachmentResult: BaseMessageResult & {
        Content?: Buffer;
        ContentBase64?: string;
        ContentType?: string;
        Filename?: string;
        Result?: T;
    }

    Result of downloading an attachment

    Type Parameters

    • T = Record<string, any>

    Type Declaration

    • OptionalContent?: Buffer

      The attachment content as a Buffer

    • OptionalContentBase64?: string

      The attachment content as a base64-encoded string

    • OptionalContentType?: string

      The MIME type of the attachment

    • OptionalFilename?: string

      The filename of the attachment

    • OptionalResult?: T

      If populated, holds provider-specific result data