| UidSearchQueryUids Property |
Gets the unique identifiers to match against.
Namespace: MailKit.SearchAssembly: MailKit (in MailKit.dll) Version: 4.7.1
Syntax public IList<UniqueId> Uids { get; }
Property Value
IListUniqueIdThe unique identifiers.
Remarks
Gets the unique identifiers to match against.
See Also