GetDraftEmailMessageInput

public struct GetDraftEmailMessageInput

input object for getting a draft email message using SudoEmailClient

  • id

    The identifier of the draft email message to be retrieved.

    Declaration

    Swift

    public var id: String
  • The identifier of the email address associated with the draft email message.

    Declaration

    Swift

    public var emailAddressId: String