DsnRecipientCollectionItem Property
Gets the DsnRecipient object at the specified zero-based index in the collection.

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

Parameters

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

Return Value

Type: DsnRecipient
An DsnRecipient object having the specified zero-based index in the collection.
Exceptions
ExceptionCondition
ArgumentOutOfRangeException The specified index does not exist.
See Also