IdentificationHeaderTrait
Identification header field names (RFC 5322 §3.6.4).
Mixed into MailHeader.
Tags
Table of Contents
Constants
- IN_REPLY_TO : string = 'In-Reply-To'
- `In-Reply-To` — Message-ID(s) of the message(s) this one replies to.
- MESSAGE_ID : string = 'Message-ID'
- `Message-ID` — Unique identifier of this message.
- REFERENCES : string = 'References'
- `References` — Message-ID(s) identifying the conversation thread.
Constants
IN_REPLY_TO
`In-Reply-To` — Message-ID(s) of the message(s) this one replies to.
public
string
IN_REPLY_TO
= 'In-Reply-To'
MESSAGE_ID
`Message-ID` — Unique identifier of this message.
public
string
MESSAGE_ID
= 'Message-ID'
REFERENCES
`References` — Message-ID(s) identifying the conversation thread.
public
string
REFERENCES
= 'References'