C# 클래스 MailKit.Search.TextSearchQuery

A text-based search query.
A text-based search query.
상속: SearchQuery
파일 보기 프로젝트 열기: jstedfast/MailKit 1 사용 예제들

공개 메소드들

메소드 설명
TextSearchQuery ( SearchTerm term, string text ) : System

Initializes a new instance of the T:MailKit.Search.TextSearchQuery class.

Creates a new text-based search query.

메소드 상세

TextSearchQuery() 공개 메소드

Initializes a new instance of the T:MailKit.Search.TextSearchQuery class.
Creates a new text-based search query.
/// is null. /// /// is empty. ///
public TextSearchQuery ( SearchTerm term, string text ) : System
term SearchTerm The search term.
text string The text to match against.
리턴 System