Delete Method

Deletes a message.

Object Oriented Interface

public function doDelete($id);

Procedural Interface

cloudmail_office365_do_delete($res, $id);

Remarks

This method is used to delete both drafts and messages in other folders. Deleted messages will be moved to the Deleted folder. id takes the message ID of the message to be deleted. This will not remove the message from the MessageInfo* properties.

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