EmailAttachmentCollectionContains Method Ipswitch.Messaging.Framework
Checks to see if the indicated Attachment is present in the collection.

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

public bool Contains(
	Attachment item
)

Parameters

item
Type: System.Net.MailAttachment
The Attachment to search for in the collection.

Return Value

Type: Boolean
true, if item is in the collection; otherwise, false.

Implements

ICollectionTContains(T)
See Also

Reference