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

Namespace: MailBee.Html
Assembly: MailBee.NET (in MailBee.NET.dll) Version: 12.4 build 677 for .NET 4.5
Syntax
public Element this[
	int index
] { get; set; }

Parameters

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

Property Value

Type: Element
An Element object having the specified zero-based index in the collection.
Exceptions
ExceptionCondition
ArgumentOutOfRangeExceptionThe specified index does not exist.
MailBeeInvalidArgumentExceptionvalue is a null reference (Nothing in Visual Basic).
See Also