DeleteAttachment Method

Deletes an attachment.

Syntax

public void DeleteAttachment(string id, string attachmentId);
Public Sub DeleteAttachment(ByVal id As String, ByVal attachmentId As String)

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 collection.

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