EmailAddressListItem Property (Int32) |
Gets or sets the element at the specified index.
Namespace:
Aspose.Email.PersonalInfo
Assembly:
Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntax public EmailAddress this[
int index
] { get; set; }
Public Default Property Item (
index As Integer
) As EmailAddress
Get
Set
public:
virtual property EmailAddress^ default[int index] {
EmailAddress^ get (int index) sealed;
void set (int index, EmailAddress^ value) sealed;
}
abstract Item : EmailAddress with get, set
override Item : EmailAddress with get, set
Parameters
- index
- Type: SystemInt32
The zero-based index of the element to get or set.
Return Value
Type:
EmailAddress The element at the specified index.
Implements
IListTItemInt32See Also