Partial Email Message
data class PartialEmailMessage(val id: String, val clientRefId: String? = null, val owner: String, val owners: List<Owner>, val emailAddressId: String, val folderId: String, val previousFolderId: String? = null, val seen: Boolean = false, val repliedTo: Boolean = false, val forwarded: Boolean = false, val direction: Direction, val state: State, val version: Int, val sortDate: Date, val createdAt: Date, val updatedAt: Date, val size: Double, val encryptionStatus: EncryptionStatus, val date: Date? = null, val emailMaskId: String? = null) : Parcelable
Representation of an email message without its unsealed attributes used in the Sudo Platform Email SDK.
Constructors
Link copied to clipboard
constructor(id: String, clientRefId: String? = null, owner: String, owners: List<Owner>, emailAddressId: String, folderId: String, previousFolderId: String? = null, seen: Boolean = false, repliedTo: Boolean = false, forwarded: Boolean = false, direction: Direction, state: State, version: Int, sortDate: Date, createdAt: Date, updatedAt: Date, size: Double, encryptionStatus: EncryptionStatus, date: Date? = null, emailMaskId: String? = null)
Types
Link copied to clipboard
A representation of an email address as used in a PartialEmailMessage.
Properties
Link copied to clipboard
String Unique client reference identifier.
Link copied to clipboard
String Identifier of the email address that is associated with the email message - which address sent/received this message.
Link copied to clipboard
String The identifier of the email mask used to send or receive this message, if any
Link copied to clipboard
Link copied to clipboard
String Unique identifier of the previous email folder which the message was assigned to, if any.