Deletes an attachment identified by its ID.

Namespace:  Rebex.Net
Assembly:  Rebex.Ews (in Rebex.Ews.dll)

Syntax

Visual Basic
Public Sub DeleteAttachment ( _
	attachmentId As EwsAttachmentId _
)
C#
public void DeleteAttachment(
	EwsAttachmentId attachmentId
)

Parameters

attachmentId
Type: Rebex.Net..::..EwsAttachmentId
ID of an attachment to delete.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also