Email Folder
data class EmailFolder(val id: String, val owner: String, val owners: List<Owner>, val emailAddressId: String, val folderName: String, val size: Double, val unseenCount: Int, val version: Int, val createdAt: Date, val updatedAt: Date, val customFolderName: String? = null) : Parcelable
Representation of an email folder used in the Sudo Platform Email SDK.
Constructors
Properties
Link copied to clipboard
String Custom name assigned to the email folder.
Link copied to clipboard
String Identifier of the email address associated with the email folder.
Link copied to clipboard
String Name assigned to the email folder (i.e. INBOX, SENT, TRASH, OUTBOX).
Link copied to clipboard
Int The total count of unseen email messages assigned to the email folder.