EmailAttachmentCollectionRemove Method Ipswitch.Messaging.Framework
Removes the first occurrance of an Attachment from the collection.

Namespace: Ipswitch.Messaging.Framework.Mail
Assembly: Ipswitch.Messaging.Framework (in Ipswitch.Messaging.Framework.dll) Version: 1.0.0.0
Syntax

public bool Remove(
	Attachment item
)

Parameters

item
Type: System.Net.MailAttachment
The Attachment to be removed.

Return Value

Type: Boolean
true if the indicated Attachment was found and removed; otherwise, false.

Implements

ICollectionTRemove(T)
See Also

Reference