nylas
    Preparing search index...

    Interface TrackingOptions

    Interface representing the different tracking options for when a message is sent.

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

    Properties

    label?: string
    links?: boolean
    opens?: boolean
    threadReplies?: boolean