MessageInfo Event

Fired when a message is retrieved from the server.

Object Oriented Interface

public function fireMessageInfo($param);

Procedural Interface

cloudmail_gmail_register_callback($res, 4, array($this, 'fireMessageInfo'));

Parameter List


'id'
'threadid'
'historyid'
'internaldate'
'subject'
'labels'
'from'
'sentto'
'cc'
'bcc'
'snippet'
'size'

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 PHP Edition - Version 20.0 [Build 8308]