Click or drag to resize

SmtpConnectionCollectionIndexOf Method

Retrieves the Index of an element in the collection

Namespace:  SMTPRouter.Windows.Configuration
Assembly:  SMTPRouter.Windows (in SMTPRouter.Windows.dll) Version: 1.0.0.3 (1.0.0.3)
Syntax
public int IndexOf(
	SmtpConnectionElement element
)

Parameters

element
Type: SMTPRouter.Windows.ConfigurationSmtpConnectionElement
The element

Return Value

Type: Int32
An intenger with the index of the given element
See Also