Click or drag to resize
MimeKit

UniqueIdSetRemoveAt Method

Removes the unique identifier at the specified index.

Namespace: MailKit
Assembly: MailKit (in MailKit.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 unique identifier at the specified index.
See Also