MailBee.NET Objects 7.1

ElementCollection.Item Property

Gets or sets the Element object at the specified zero-based index in the collection.

public Element this[
   int index
] {get; set;}

Parameters

index
The zero-based index number of the element in the collection.

Property Value

An Element object having the specified zero-based index in the collection.

Exceptions

Exception Type Condition
ArgumentOutOfRangeException The specified index does not exist.
MailBeeInvalidArgumentException value is a null reference (Nothing in Visual Basic).

See Also

ElementCollection Class | MailBee.Html Namespace