AttachmentList Event

Fired when an attachment is retrieved from the server.

Object Oriented Interface

public function fireAttachmentList($param);

Procedural Interface

cloudmail_office365_register_callback($res, 1, array($this, 'fireAttachmentList'));

Parameter List


'id'
'name'
'contenttype'
'contentlocation'
'contentbytes'
'contentid'
'lastmodifieddatetime'
'isinline'
'size'

Remarks

The AttachmentList event is fired for each attachment retrieved from the server when ListAttachments is called.

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