CMAttachmentBearer.RemoveAttachment(ICMAttachmentBearer, String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.