Click or drag to resize
MimeKit

UniqueIdSetRemove Method

Removes the unique identifier from the set.

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)
Remarks
Removes the unique identifier from the set.
See Also