Partial Email Address
data class PartialEmailAddress(val id: String, val owner: String, val owners: List<Owner>, val emailAddress: String, val size: Double, val numberOfEmailMessages: Int, val version: Int, val createdAt: Date, val updatedAt: Date, val lastReceivedAt: Date? = null, val folders: List<PartialEmailFolder>) : Parcelable
Representation of an email address without its unsealed attributes used in the Sudo Platform Email SDK.
Constructors
Properties
Link copied to clipboard
String Address in format 'local-part@domain' of the email.
Link copied to clipboard
List
Link copied to clipboard
Date When the email address last received an email message.
Link copied to clipboard