EmailMessageReceivedNotification

data class EmailMessageReceivedNotification(val id: String, val owner: String, val sudoId: String, val emailAddressId: String, val folderId: String, val from: EmailMessage.EmailAddress, val replyTo: EmailMessage.EmailAddress?, val subject: String? = null, val sentAt: Date, val receivedAt: Date, val encryptionStatus: EncryptionStatus, val hasAttachments: Boolean) : Parcelable

Representation of a messageReceived Email Service notification.

Constructors

Link copied to clipboard
constructor(id: String, owner: String, sudoId: String, emailAddressId: String, folderId: String, from: EmailMessage.EmailAddress, replyTo: EmailMessage.EmailAddress?, subject: String? = null, sentAt: Date, receivedAt: Date, encryptionStatus: EncryptionStatus, hasAttachments: Boolean)

Properties

Link copied to clipboard

String Identifier of email address to which this notification pertains.

Link copied to clipboard

EncryptionStatus End-to-end encryption status of the message.

Link copied to clipboard

String Identifier of email folder in to which this message was stored on receipt.

Link copied to clipboard
Link copied to clipboard

Boolean Whether or not the received message has attachments.

Link copied to clipboard
val id: String

String Identifier of received email message to which this notification corresponds.

Link copied to clipboard

String Subject identifier of user to whom the notification is addressed.

Link copied to clipboard

Date When the message was received.

Link copied to clipboard

EmailMessage.EmailAddress First replyTo address, if any, of the received message.

Link copied to clipboard

Date When the message was sent. Corresponds to the Date header of the message.

Link copied to clipboard
val subject: String? = null

String Up to 140 characters of the received message's Subject if any.

Link copied to clipboard

String Identifier of Sudo owning the email address.

Functions

Link copied to clipboard
abstract fun describeContents(): Int
Link copied to clipboard
abstract fun writeToParcel(p0: Parcel, p1: Int)