Click or drag to resize
MimeKit

SearchResults.UniqueIds Property

Get or set the unique identifiers of the messages that matched the search query.

Namespace: MailKit.Search
Assembly: MailKit (in MailKit.dll) Version: 4.10.0
Syntax
C#
public 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