GetEmailMessageWithBodyInput

public struct GetEmailMessageWithBodyInput : Equatable

Input object containing an email message identifier and email address identifier used to retrieve the email message data.

  • id

    Identifier of the email message body data to be retrieved.

    Declaration

    Swift

    public let id: String
  • Identifier of the email address associated with the email message.

    Declaration

    Swift

    public let emailAddressId: String