Draft Email Message Metadata
data class DraftEmailMessageMetadata(val id: String, val emailAddressId: String, val updatedAt: Date) : 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.