Aspose::Email::Clients::Imap::BaseSearchConditions Class Reference

Provides base class for the search conditions. More...

Inherits Object.

Inherited by Aspose::Email::Clients::Imap::SortConditions, Aspose::Email::Clients::Imap::ThreadSearchConditions, and Aspose::Email::Clients::Imap::XGMThreadSearchConditions.

Public Member Functions

bool get_UseUId () const
 Gets a value indicating whether the search method returns sequence numbers or UIDs of messages. More...
 
void set_UseUId (bool value)
 Sets a value indicating whether the search method returns sequence numbers or UIDs of messages. More...
 
System::String get_Charset () const
 Gets charset. Indicates the charset of the strings that appear in the searching criteria. More...
 
void set_Charset (System::String value)
 Sets charset. Indicates the charset of the strings that appear in the searching criteria. More...
 
System::String get_Text () const
 Gets subject text. More...
 
void set_Text (System::String value)
 Sets subject text. More...
 
System::Nullable< System::DateTime > get_Since () const
 Gets the message date since which the search criteria matches. More...
 
void set_Since (System::Nullable< System::DateTime > value)
 Sets the message date since which the search criteria matches. More...
 
 BaseSearchConditions ()
 

Detailed Description

Provides base class for the search conditions.

Constructor & Destructor Documentation

◆ BaseSearchConditions()

Aspose::Email::Clients::Imap::BaseSearchConditions::BaseSearchConditions ( )

Member Function Documentation

◆ get_Charset()

System::String Aspose::Email::Clients::Imap::BaseSearchConditions::get_Charset ( ) const

Gets charset. Indicates the charset of the strings that appear in the searching criteria.

◆ get_Since()

System::Nullable<System::DateTime> Aspose::Email::Clients::Imap::BaseSearchConditions::get_Since ( ) const

Gets the message date since which the search criteria matches.

◆ get_Text()

System::String Aspose::Email::Clients::Imap::BaseSearchConditions::get_Text ( ) const

Gets subject text.

◆ get_UseUId()

bool Aspose::Email::Clients::Imap::BaseSearchConditions::get_UseUId ( ) const

Gets a value indicating whether the search method returns sequence numbers or UIDs of messages.

◆ set_Charset()

void Aspose::Email::Clients::Imap::BaseSearchConditions::set_Charset ( System::String  value)

Sets charset. Indicates the charset of the strings that appear in the searching criteria.

◆ set_Since()

void Aspose::Email::Clients::Imap::BaseSearchConditions::set_Since ( System::Nullable< System::DateTime >  value)

Sets the message date since which the search criteria matches.

◆ set_Text()

void Aspose::Email::Clients::Imap::BaseSearchConditions::set_Text ( System::String  value)

Sets subject text.

◆ set_UseUId()

void Aspose::Email::Clients::Imap::BaseSearchConditions::set_UseUId ( bool  value)

Sets a value indicating whether the search method returns sequence numbers or UIDs of messages.