Interface EmailSignature

Parsed signature block detected in an email

Export

Interface

EmailSignature

Hierarchy

  • EmailSignature

Properties

body: string

Extracted signature text

Memberof

EmailSignature

detectionType: string

Detection strategy used. Examples: DELIMITER, MOBILE_FOOTER, VALEDICTION

Memberof

EmailSignature

marker?: string

Matched marker or selector that identified the signature

Memberof

EmailSignature

source: string

Source used for extraction. Examples: RAW_TEXT_PART, RAW_HTML_SELECTOR

Memberof

EmailSignature