Sensitivity uses ConstantsTrait
Values of the `Sensitivity` header field (RFC 2156, X.400).
A privacy hint set by the author; receiving clients may restrict forwarding, replying or printing accordingly. Absence of the header means no special sensitivity.
Tags
Table of Contents
Constants
- COMPANY_CONFIDENTIAL : string = 'Company-Confidential'
- `Company-Confidential` — Restricted to the originator's organization.
- PERSONAL : string = 'Personal'
- `Personal` — Personal message; handle with discretion.
- PRIVATE : string = 'Private'
- `Private` — Private message intended only for the recipient.
Constants
COMPANY_CONFIDENTIAL
`Company-Confidential` — Restricted to the originator's organization.
public
string
COMPANY_CONFIDENTIAL
= 'Company-Confidential'
PERSONAL
`Personal` — Personal message; handle with discretion.
public
string
PERSONAL
= 'Personal'
PRIVATE
`Private` — Private message intended only for the recipient.
public
string
PRIVATE
= 'Private'