EmailAttachmentCollectionIndexOf Method Ipswitch.Messaging.Framework
Retrieves the index of the indicated item in the collection.

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

public int IndexOf(
	Attachment item
)

Parameters

item
Type: System.Net.MailAttachment
The item to look for an index of.

Return Value

Type: Int32
The zero-based index for the indicated item.

Implements

IListTIndexOf(T)
See Also

Reference