Click or drag to resize
MimeKit

NumericSearchQueryValue Property

Gets the numeric value to match against.

Namespace: MailKit.Search
Assembly: MailKit (in MailKit.dll) Version: 4.3.0
Syntax
C#
public ulong Value { get; }

Property Value

UInt64
The numeric value.
Remarks
Gets the numeric value to match against.
See Also