Skip to main content

ISESV2MessageHeader

Interface in AWS.SESV2

Interface for SESV2 MessageHeader.

Properties

Name

property Name: string

The name of the email header field.

Header names must comply with RFC 5322 standards and are case-insensitive. Common custom headers include X-Priority, X-Mailer, or application-specific tracking headers. System headers like Message-ID, Date, and From cannot be overridden.

Value

property Value: string

The value of the email header field.

Header values containing non-ASCII characters must be properly encoded using RFC 2047 standards. Values should not contain line breaks unless properly folded according to email standards.