MailAddressItem Property

Gets the element at the specified index.

Namespace:  Aspose.Email
Assembly:  Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntax
public MailAddress this[
	int i
] { get; }

Parameters

i
Type: SystemInt32
The zero-based index of the element to get or set.

Return Value

Type: MailAddress
Returns the element at the specified index.
See Also