Skip to main content

ISESV2RawMessage

Interface in AWS.SESV2

Interface for RawMessage.

Properties

Data

property Data: TBytes

The raw email message data including headers and body content.

Contains the complete RFC 5322-compliant email message as a single string or byte array. This includes all email headers, MIME boundaries, and message content. The message must be properly formatted with CRLF line endings. The raw message must meet the following requirements:

  • Must contain a header and body separated by one blank line
  • All required header fields must be present
  • Each part of multipart MIME messages must be formatted properly
  • Attachments must be in supported file formats
  • Content outside 7-bit ASCII range must be properly encoded
  • Single line length cannot exceed 1,000 characters (RFC 5321)