GetEmailMessageInput

public struct GetEmailMessageInput : Equatable

input object for getting an email message using SudoEmailClient

  • id

    The unique identifier of email message to retrieve,.

    Declaration

    Swift

    public let id: String
  • Determines how the email address will be fetched. Default usage is remoteOnly.

    Declaration

    Swift

    public let cachePolicy: CachePolicy?