DeleteAttachment Method

Deletes an attachment.

Object Oriented Interface

public function doDeleteAttachment($id, $attachmentid);

Procedural Interface

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

Remarks

This method deletes an attachment. id takes the ID of the message the attachment is attached to. attachmentId takes the attachment ID of an existing attachment. This will not delete the attachment from the Attachments* properties.

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