MapiAttachmentCollection.Remove

MapiAttachmentCollection.Remove method

Removes the first occurrence of a specific object from the MapiAttachmentCollection.

public bool Remove(MapiAttachment item)
ParameterTypeDescription
itemMapiAttachmentThe object to remove from the MapiAttachmentCollection.

Return Value

true if item is successfully removed; otherwise, false.

See Also