Cloud Mail 2020 JavaScript Edition

Questions / Feedback?

MessageList Event

Fired when a message is retrieved from the server.

Syntax

office365.on('MessageList', listener: (e: {readonly id: string, readonly subject: string, readonly messageSender: string, readonly receivedDateTime: string, readonly sentDateTime: string, readonly hasAttachments: boolean, readonly bodyContentType: string, readonly bodyContent: string, readonly bodyPreview: string}) => void )

Remarks

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

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