mimekit-ts - v1.0.0
    Preparing search index...

    Variable XMessagePriorityConst

    XMessagePriority: {
        Highest: "highest";
        High: "high";
        Normal: "normal";
        Low: "low";
        Lowest: "lowest";
    } = ...

    X-Priority values ordered from highest to lowest.

    Type Declaration

    • ReadonlyHighest: "highest"

      The message has the highest priority.

    • ReadonlyHigh: "high"

      The message has high priority.

    • ReadonlyNormal: "normal"

      The message has normal priority.

    • ReadonlyLow: "low"

      The message has low priority.

    • ReadonlyLowest: "lowest"

      The message has the lowest priority.