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