@oneblink/sdk-core
    Preparing search index...

    Type Alias EmailClassificationEnvironment

    EmailClassificationEnvironment: WithEnvironmentAssociation & {
        content: string | undefined;
        emailHeaders: EmailClassificationEmailHeader[] | undefined;
    }

    Environment-specific configuration for an email classification, such as content and protective marking headers.

    Type Declaration

    • content: string | undefined

      HTML content displayed at the top and/or tail of affected emails. For example:

      <div><span style="color: #630019; font-size: 12pt">NSW Government Classification</div>
      
    • emailHeaders: EmailClassificationEmailHeader[] | undefined

      Custom email headers applied to affected emails.