Gets the element at the specified index.
Namespace:
Aspose.Email
Assembly:
Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntaxpublic MailAddress this[
int i
] { get; }
Public ReadOnly Default Property Item (
i As Integer
) As MailAddress
Get
public:
property MailAddress^ default[int i] {
MailAddress^ get (int i);
}
member Item : MailAddress with get
Parameters
- i
- Type: SystemInt32
The zero-based index of the element to get or set.
Return Value
Type:
MailAddressReturns the element at the specified index.
See Also