Click or drag to resize
MimeKit

UniqueIdSetInsert Method

Inserts the specified unique identifier at the given index.

Namespace: MailKit
Assembly: MailKit (in MailKit.dll) Version: 4.3.0
Syntax
C#
public void Insert(
	int index,
	UniqueId uid
)

Parameters

index  Int32
The index to insert the unique id.
uid  UniqueId
The unique id.

Implements

IListTInsert(Int32, T)
Exceptions
ExceptionCondition
NotSupportedException The list does not support inserting items.
Remarks
Inserts the unique identifier at the specified index in the set.
See Also