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; }

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

IListTItemInt32
See Also