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

    Class TnefPropertyTag

    A TNEF property tag.

    Index
    Null: TnefPropertyTag = ...

    The null TNEF property tag.

    Gets the property identifier.

    Gets the TNEF property type.

    • Serves as a hash function for this TNEF property tag.

      Returns number

      a hash code suitable for hashing algorithms and data structures.

    • Determines whether another value is equal to this TNEF property tag.

      Parameters

      • other: unknown

        the value to compare with this property tag.

      Returns boolean

      true if the values are equal; otherwise, false.

    • Convert the property tag to a string representation.

      Returns string

      a string representation of the property tag.