Click or drag to resize
MimeKit

InternetAddressListItem Property

Get or set the InternetAddress at the specified index.

Namespace: MimeKit
Assembly: MimeKit (in MimeKit.dll) Version: 4.3.0
Syntax
C#
public InternetAddress this[
	int index
] { get; set; }

Parameters

index  Int32
The index of the address to get or set.

Property Value

InternetAddress
The internet address at the specified index.

Implements

IListTItemInt32
Exceptions
ExceptionCondition
ArgumentNullExceptionvalue is null.
ArgumentOutOfRangeExceptionindex is out of range.
Remarks
Gets or sets the InternetAddress at the specified index.
See Also