Click or drag to resize
MimeKit

InternetAddressListRemoveAt Method

Remove the address at the specified index.

Namespace: MimeKit
Assembly: MimeKit (in MimeKit.dll) Version: 4.3.0
Syntax
C#
public void RemoveAt(
	int index
)

Parameters

index  Int32
The index of the address to remove.

Implements

IListTRemoveAt(Int32)
Exceptions
ExceptionCondition
ArgumentOutOfRangeExceptionindex is out of range.
Remarks
Removes the address at the specified index.
See Also