Click or drag to resize
MimeKit

UniqueIdSetContains Method

Checks if the set contains the specified unique id.

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

Parameters

uid  UniqueId
The unique id.

Return Value

Boolean

Field Value

Boolean
true if the specified unique identifier is in the set; otherwise

Field Value

Boolean
false.

Implements

ICollectionTContains(T)
Remarks
Determines whether or not the set contains the specified unique id.
See Also