Draft Email Message Metadata
data class DraftEmailMessageMetadata(val id: String, val emailAddressId: String, val updatedAt: Date, val emailMaskId: String? = null) : Parcelable, DraftEmailMessage
Representation of the metadata of a draft email message in the Sudo Platform Email SDK.
Properties
Link copied to clipboard
String Unique identifier of the email address associated with the draft email message.
Link copied to clipboard
String? Optional email mask ID associated with the draft.