nylas
    Preparing search index...

    Interface MessageTrackingOptions

    Interface representing message tracking options.

    interface MessageTrackingOptions {
        label: string;
        links: boolean;
        opens: boolean;
        threadReplies: boolean;
    }
    Index

    Properties

    label: string

    A label describing the message tracking purpose. Maximum length: 2048 characters.

    links: boolean

    When true, shows that link clicked tracking is enabled.

    opens: boolean

    When true, shows that message open tracking is enabled.

    threadReplies: boolean

    When true, shows that thread replied tracking is enabled.