Aspose::Email::Clients::Imap::ThreadSearchConditions Class Referencefinal

Provides the search conditions to retrieve email thread. Compatibles with THREAD IMAP extension described at https://tools.ietf.org/html/rfc5256 More...

Inherits Aspose::Email::Clients::Imap::BaseSearchConditions.

Public Member Functions

System::String get_Algorithm () const
 Gets threading algorithm supported by the IMAP server. More...
 
void set_Algorithm (System::String value)
 Sets threading algorithm supported by the IMAP server. More...
 
- Public Member Functions inherited from Aspose::Email::Clients::Imap::BaseSearchConditions
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 the search conditions to retrieve email thread. Compatibles with THREAD IMAP extension described at https://tools.ietf.org/html/rfc5256

Member Function Documentation

◆ get_Algorithm()

System::String Aspose::Email::Clients::Imap::ThreadSearchConditions::get_Algorithm ( ) const

Gets threading algorithm supported by the IMAP server.

◆ set_Algorithm()

void Aspose::Email::Clients::Imap::ThreadSearchConditions::set_Algorithm ( System::String  value)

Sets threading algorithm supported by the IMAP server.