InformationalHeaderTrait
Informational header field names (RFC 5322 §3.6.5).
Mixed into MailHeader.
Tags
Table of Contents
Constants
- COMMENTS : string = 'Comments'
- `Comments` — Additional comments on the message body (may repeat).
- KEYWORDS : string = 'Keywords'
- `Keywords` — Comma-separated list of keywords / phrases (may repeat).
- SUBJECT : string = 'Subject'
- `Subject` — Topic of the message.
Constants
COMMENTS
`Comments` — Additional comments on the message body (may repeat).
public
string
COMMENTS
= 'Comments'
KEYWORDS
`Keywords` — Comma-separated list of keywords / phrases (may repeat).
public
string
KEYWORDS
= 'Keywords'
SUBJECT
`Subject` — Topic of the message.
public
string
SUBJECT
= 'Subject'