RecipientCollectionItem Property |
Returns the recipient stored in this collection at the specified index.
Namespace:
Aspose.Email.Windows.Forms
Assembly:
Aspose.Email (in Aspose.Email.dll) Version: 21.3
Syntaxpublic Recipient this[
int index
] { get; }
Public ReadOnly Default Property Item (
index As Integer
) As Recipient
Get
public:
property Recipient^ default[int index] {
Recipient^ get (int index);
}
member Item : Recipient with get
Parameters
- index
- Type: SystemInt32
Property Value
Type:
Recipient
See Also