Email Address
data class EmailAddress(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 alias: String? = null, val folders: List<EmailFolder>) : Parcelable
Representation of an email address 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
Int The total number of email messages assigned to the email address.