GetDraftEmailMessageInput

data class GetDraftEmailMessageInput(val id: String, val emailAddressId: String, val emailMaskId: String? = null)

Input object containing a draft email message id and email address id to retrieve a draft email message

Constructors

Link copied to clipboard
constructor(id: String, emailAddressId: String, emailMaskId: String? = null)

Properties

Link copied to clipboard

String The id of the email address the draft is for

Link copied to clipboard
val emailMaskId: String? = null

String? Optional email mask ID associated with the draft.

Link copied to clipboard
val id: String

String The id to the draft email message