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

    Class TnefNameId

    A TNEF name identifier.

    Index
    propertySetGuid: string

    Gets the property set GUID.

    Gets the kind of TNEF name identifier.

    id: number

    Gets the integer identifier when kind is TnefNameIdKind.Id.

    name: string | null

    Gets the string name when kind is TnefNameIdKind.Name.

    • Determines whether another value is equal to this TNEF name identifier.

      Parameters

      • other: unknown

        the value to compare with this identifier.

      Returns boolean

      true if the values are equal; otherwise, false.

    • Serves as a hash function for this TNEF name identifier.

      Returns number

      a hash code suitable for hashing algorithms and data structures.