| SearchResultsUniqueIds Property |
Get or set the unique identifiers of the messages that matched the search query.
Namespace: MailKit.SearchAssembly: MailKit (in MailKit.dll) Version: 4.7.1
Syntax public IList<UniqueId> UniqueIds { get; set; }
Property Value
IListUniqueIdThe unique identifiers.
Remarks
Gets or sets the unique identifiers of the messages that matched the search query.
See Also