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