Databricks SDK for JavaScript
    Preparing search index...

    Variable OutlookAttachmentModeConst

    OutlookAttachmentMode: {
        ALL: "ALL";
        INLINE_ONLY: "INLINE_ONLY";
        NON_INLINE_ONLY: "NON_INLINE_ONLY";
        NONE: "NONE";
        OUTLOOK_ATTACHMENT_MODE_UNSPECIFIED: "OUTLOOK_ATTACHMENT_MODE_UNSPECIFIED";
    } = ...

    Attachment behavior mode for Outlook ingestion

    Type Declaration

    • ReadonlyALL: "ALL"

      Ingest all attachments (both inline and non-inline)

    • ReadonlyINLINE_ONLY: "INLINE_ONLY"

      Ingest only inline attachments

    • ReadonlyNON_INLINE_ONLY: "NON_INLINE_ONLY"

      Ingest only non-inline attachments (recommended to avoid corporate signature images)

    • ReadonlyNONE: "NONE"

      Do not ingest any attachments

    • ReadonlyOUTLOOK_ATTACHMENT_MODE_UNSPECIFIED: "OUTLOOK_ATTACHMENT_MODE_UNSPECIFIED"