  | UniqueIdSetItem Property | 
            Gets or sets the unique identifier at the specified index.
            
Namespace: MailKitAssembly: MailKit (in MailKit.dll) Version: 4.12.1
Syntaxpublic UniqueId this[
	int index
] { get; set; }Parameters
- index  Int32
 - The index.
 
Property Value
UniqueIdThe unique identifier at the specified index.
Implements
IListTItemInt32
Exceptions
Remarks
            Gets or sets the unique identifier at the specified index.
            
See Also