Click or drag to resize
MimeKit

UidSearchQueryUids Property

Gets the unique identifiers to match against.

Namespace: MailKit.Search
Assembly: MailKit (in MailKit.dll) Version: 4.3.0
Syntax
C#
public IList<UniqueId> Uids { get; }

Property Value

IListUniqueId
The unique identifiers.
Remarks
Gets the unique identifiers to match against.
See Also