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

    Class ReceivedClause

    Represents a clause in a Received header value.

    Index
    • Creates a received clause.

      Parameters

      • keyword: string
      • value: string
      • Optionalcomment: string

      Returns ReceivedClause

    • Creates a received clause with an explicit clause identifier.

      Parameters

      • id: ReceivedClauseId
      • keyword: string
      • value: string
      • Optionalcomments: string[]
      • Optionalvalidate: boolean

      Returns ReceivedClause

    The clause identifier.

    keyword: string

    The keyword used to identify the clause.

    comments: string[]

    The comments associated with the clause.

    • get Keyword(): string

      The keyword used to identify the clause.

      Returns string

    • get Comments(): string[]

      The comments associated with the clause.

      Returns string[]