Click or drag to resize
MimeKit

UniqueIdSetRemove Method

Removes the unique identifier from the set.

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

Parameters

uid  UniqueId
The unique identifier to remove.

Return Value

Boolean
if the unique identifier was removed; otherwise, .

Implements

ICollectionTRemove(T)
Remarks
Removes the unique identifier from the set.
See Also