MailAddress.Item

MailAddress indexer

Gets the element at the specified index.

public MailAddress this[int i] { get; }
ParameterDescription
iThe zero-based index of the element to get or set.

Return Value

Returns the element at the specified index.

See Also