Click or drag to resize
MimeKit

AnnotationSearchQuery Class

An annotation-based search query.
Inheritance Hierarchy
SystemObject
  MailKit.SearchSearchQuery
    MailKit.SearchAnnotationSearchQuery

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

The AnnotationSearchQuery type exposes the following members.

Constructors
 NameDescription
Public methodAnnotationSearchQuery Initializes a new instance of the AnnotationSearchQuery class.
Top
Properties
 NameDescription
Public propertyAttribute Get the annotation attribute.
Public propertyEntry Get the annotation entry.
Public propertyTerm Get the search term used by the search query.
(Inherited from SearchQuery)
Public propertyValue Get the annotation attribute value.
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
An annotation-based search query.
See Also