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.10.0
Syntax
C#
public bool Contains(
	UniqueId uid
)

Parameters

uid  UniqueId
The unique id.

Return Value

Boolean
if the specified unique identifier is in the set; otherwise, .

Implements

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