 | UidSearchQueryUids Property |
Gets the unique identifiers to match against.
Namespace:
MailKit.Search
Assembly:
MailKit (in MailKit.dll) Version: 3.0.0
Syntaxpublic IList<UniqueId> Uids { get; }
Property Value
Type:
IListUniqueIdThe unique identifiers.
Remarks
Gets the unique identifiers to match against.
See Also