Click or drag to resize
MimeKit

DateSearchQuery Class

A date-based search query.
Inheritance Hierarchy
SystemObject
  MailKit.SearchSearchQuery
    MailKit.SearchDateSearchQuery

Namespace: MailKit.Search
Assembly: MailKit (in MailKit.dll) Version: 4.3.0
Syntax
C#
public class DateSearchQuery : SearchQuery

The DateSearchQuery type exposes the following members.

Constructors
 NameDescription
Public methodDateSearchQuery Initializes a new instance of the DateSearchQuery class.
Top
Properties
 NameDescription
Public propertyDate Gets the date value of the search query.
Public propertyTerm Get the search term used by the search query.
(Inherited from SearchQuery)
Top
Methods
 NameDescription
Public methodAnd(SearchQuery) Create a conditional AND operation.
(Inherited from SearchQuery)
Public methodEquals
(Inherited from Object)
Protected methodFinalize
(Inherited from Object)
Public methodGetHashCode
(Inherited from Object)
Public methodGetType
(Inherited from Object)
Protected methodMemberwiseClone
(Inherited from Object)
Public methodOr(SearchQuery) Create a conditional OR operation.
(Inherited from SearchQuery)
Public methodToString
(Inherited from Object)
Top
Remarks
A date-based search query.
See Also