DestinationHeaderTrait
Destination address header field names (RFC 5322 §3.6.3).
Mixed into MailHeader.
Tags
Table of Contents
Constants
- BCC : string = 'Bcc'
- `Bcc` — Blind carbon-copy recipient(s); removed before delivery.
- CC : string = 'Cc'
- `Cc` — Carbon-copy recipient(s).
- TO : string = 'To'
- `To` — Primary recipient(s) of the message.
Constants
BCC
`Bcc` — Blind carbon-copy recipient(s); removed before delivery.
public
string
BCC
= 'Bcc'
CC
`Cc` — Carbon-copy recipient(s).
public
string
CC
= 'Cc'
TO
`To` — Primary recipient(s) of the message.
public
string
TO
= 'To'