MailBee.NET Objects 4.0

RuleSet.Item Property

Gets the Rule object at the specified zero-based index in the collection.

public Rule this[
   int index
] {get;}

Parameters

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

Property Value

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

Exceptions

Exception Type Condition
ArgumentOutOfRangeException The specified index does not exist.

See Also

RuleSet Class | MailBee.Html Namespace