Cloud Mail 2020 JavaScript Edition

Questions / Feedback?

MessageInfo Event

Fired when a message is retrieved from the server.

Syntax

gmail.on('MessageInfo', listener: (e: {readonly id: string, readonly threadId: string, readonly historyId: string, readonly internalDate: string, readonly subject: string, readonly labels: string, readonly from: string, readonly sentTo: string, readonly cc: string, readonly bcc: string, readonly snippet: string, readonly size: number}) => void )

Remarks

The MessageList event is fired for each folder retrieved from the server when ListMessages or ListDrafts is called.

Copyright (c) 2022 /n software inc. - All rights reserved.
Cloud Mail 2020 JavaScript Edition - Version 20.0 [Build 8308]