Click or drag to resize
MimeKit

UniqueIdSetIndexOf Method

Gets the index of the specified unique id, if it exists.

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

Parameters

uid  UniqueId
The unique id.

Return Value

Int32
The index of the specified unique id; otherwise

Field Value

Int32
-1.

Implements

IListTIndexOf(T)
Remarks
Finds the index of the specified unique id, if it exists.
See Also