Click or drag to resize
MimeKit

UniqueIdRangeRemove Method

Removes the unique identifier from the range.

Namespace: MailKit
Assembly: MailKit (in MailKit.dll) Version: 4.3.0
Syntax
C#
public bool Remove(
	UniqueId uid
)

Parameters

uid  UniqueId
The unique identifier to remove.

Return Value

Boolean

Field Value

Boolean
true if the unique identifier was removed; otherwise

Field Value

Boolean
false.

Implements

ICollectionTRemove(T)
Exceptions
ExceptionCondition
NotSupportedException The list does not support removing items.
Remarks
Since a UniqueIdRange is read-only, unique ids cannot be removed.
See Also