|  | UniqueIdSetIndexOf Method | 
            Gets the index of the specified unique id, if it exists.
            
Namespace: MailKitAssembly: MailKit (in MailKit.dll) Version: 4.12.1
 Syntax
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
Remarks
            Finds the index of the specified unique id, if it exists.
            
 See Also
See Also