Click or drag to resize

SmtpConnectionCollectionItem Property

Returns the SmtpConnectionElement index based

Namespace:  SMTPRouter.Windows.Configuration
Assembly:  SMTPRouter.Windows (in SMTPRouter.Windows.dll) Version: 1.0.0.3 (1.0.0.3)
Syntax
public SmtpConnectionElement this[
	int idx
] { get; set; }

Parameters

idx
Type: SystemInt32
The index to search for

Return Value

Type: SmtpConnectionElement
The SmtpConnectionElement found according to the idx
See Also