 | UniqueIdRangeIndexOf Method |
Gets the index of the specified unique id, if it exists.
Namespace: MailKitAssembly: MailKit (in MailKit.dll) Version: 4.10.0
Syntaxpublic int IndexOf(
UniqueId uid
)
Parameters
- uid UniqueId
- The unique id.
Return Value
Int32The 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