Click or drag to resize
MimeKit

MessageIdListRemoveAt Method

Remove the Message-Id 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.

Implements

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