RecipientStatusCollectionItem Property |
Gets the
RecipientStatus object at the specified
zero-based index in the collection.
Namespace: MailBee.BounceMailAssembly: MailBee.NET (in MailBee.NET.dll) Version: 12.5.0 build 687 for .NET 4.5
Syntax public RecipientStatus this[
int index
] { get; }
Public ReadOnly Default Property Item (
index As Integer
) As RecipientStatus
Get
Parameters
- index
- Type: SystemInt32
The zero-based index number of the RecipientStatus
object in the collection.
Return Value
Type:
RecipientStatusAn
RecipientStatus object having the specified zero-based index
in the collection.
Exceptions Examples See Also