Represents a sub-node within a property structure.

Hierarchy

  • PUSubNode

Methods

  • Gets a sub-node by its ID.

    e.g.

    • 0x692 for recipients
    • 0x671 for attachments
    • ltpRowId for the content of an attachment

    Parameters

    • childNodeId: number

      The ID of the child node.

    Returns Promise<undefined | PUSubNode>

Generated using TypeDoc