Click or drag to resize
MimeKit

SearchResultsUniqueIds 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.3.0
Syntax
C#
public IList<UniqueId> UniqueIds { get; set; }

Property Value

IListUniqueId
The unique identifiers.
Remarks
Gets or sets the unique identifiers of the messages that matched the search query.
See Also