Interface RawEmail.Builder

    • Method Detail

      • data

        RawEmail.Builder data​(SdkBytes data)

        The email message, represented as a raw MIME message. The entire message must be base64 encoded.

        Parameters:
        data - The email message, represented as a raw MIME message. The entire message must be base64 encoded.
        Returns:
        Returns a reference to this object so that method calls can be chained together.