nylas
    Preparing search index...

    Interface RuleEvaluationAppliedActions

    Interface representing actions applied during a rule evaluation.

    interface RuleEvaluationAppliedActions {
        archived?: boolean;
        blocked?: boolean;
        folderIds?: string[];
        markedAsRead?: boolean;
        markedAsSpam?: boolean;
        markedStarred?: boolean;
        trashed?: boolean;
    }
    Index

    Properties

    archived?: boolean

    Whether the message or stored sent copy was archived.

    blocked?: boolean

    Whether the inbound message or outbound send was blocked.

    folderIds?: string[]

    IDs of folders assigned by matching rules.

    markedAsRead?: boolean

    Whether the message or stored sent copy was marked as read.

    markedAsSpam?: boolean

    Whether the message or stored sent copy was moved to spam.

    markedStarred?: boolean

    Whether the message or stored sent copy was starred.

    trashed?: boolean

    Whether the message or stored sent copy was moved to trash.