GetAttachment Method

Retrieves a message attachment.

Object Oriented Interface

public function doGetAttachment($id, $attachmentid);

Procedural Interface

cloudmail_office365_do_getattachment($res, $id, $attachmentid);

Remarks

This method retrieves an attachment. id specifies the message ID for the message the attachment is attached to.

The fetched attachment can be accessed through the Attachments property.

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