Simple Mail and Post Office Protocol for .Net (SmtPop)

MailAddressList.Item Property

Gets or sets the MailAddress at the specified index.

public virtual MailAddress this[
   int index
] {get; set;}

Parameters

index
The zero-based index of the element to get or set.

Exceptions

Exception Type Condition
ArgumentOutOfRangeException

index is less than zero

-or-

index is equal to or greater than Count.

See Also

MailAddressList Class | SmtPop Namespace