CMAttachmentBearer.RemoveAttachment(ICMAttachmentBearer, String) Method

Definition

Removes the attachment that is identifed by key.

public static void RemoveAttachment (this CoreMedia.ICMAttachmentBearer target, string key);
static member RemoveAttachment : CoreMedia.ICMAttachmentBearer * string -> unit

Parameters

target
ICMAttachmentBearer

The object on which this method operates.

key
String

The string that identifies the attachment to remove.

Applies to