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

    Class MimeIterator

    Iterates over the MIME entities in a message.

    Implements

    Index
    message: MimeMessage

    The message being iterated.

    • get depth(): number

      The depth of the current entity in the MIME tree.

      Returns number

    • get Depth(): number

      The depth of the current entity in the MIME tree.

      Returns number

    • get pathSpecifier(): string

      The path specifier for the current entity.

      Returns string

    • get PathSpecifier(): string

      The path specifier for the current entity.

      Returns string

    • Advances the iterator to the next entity.

      Returns boolean

      true if the iterator advanced; otherwise, false.

    • Advances the iterator to the specified path.

      Parameters

      • pathSpecifier: string

        The path specifier.

      Returns boolean

      true if the iterator moved to the requested entity; otherwise, false.

      pathSpecifier is null, undefined, or empty.

    • Advances the iterator to the specified path.

      Parameters

      • pathSpecifier: string

      Returns boolean