Get Draft Email Message Input
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
Properties
Link copied to clipboard
String The id of the email address the draft is for
Link copied to clipboard
String? Optional email mask ID associated with the draft.