Message Received Notification
@Serializable
@SerialName(value = "messageReceived" )
A messageReceived Email Service notification
Constructors
Link copied to clipboard
constructor(type: String, owner: String, emailAddressId: String, sudoId: String, messageId: String, folderId: String, encryptionStatus: EncryptionStatus, subject: String?, from: EmailMessage.EmailAddress, replyTo: EmailMessage.EmailAddress? = null, hasAttachments: Boolean, sentAtEpochMs: Long, receivedAtEpochMs: Long)
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
EmailMessage.EmailAddress Sender of the email message.
Link copied to clipboard
Boolean Whether or not the received message has attachments.
Link copied to clipboard
Long When the message was received.
Link copied to clipboard
EmailMessage.EmailAddress First replyTo address, if any, of the received message.
Link copied to clipboard
Long When the message was sent. Corresponds to the Date header of the message.