Provides the search conditions to retrieve email thread. Compatibles with X-GM-EXT-1 IMAP extension described at https://developers.google.com/gmail/imap/imap-extensions#checking_for_the_presence_of_extensions. More...
Inherits Aspose::Email::Clients::Imap::BaseSearchConditions.
Public Member Functions | |
| System::String | get_ConversationId () const |
| Gets conversation id that Gmail provides to associate groups of messages. More... | |
| void | set_ConversationId (System::String value) |
| Sets conversation id that Gmail provides to associate groups of messages. 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 () | |
Provides the search conditions to retrieve email thread. Compatibles with X-GM-EXT-1 IMAP extension described at https://developers.google.com/gmail/imap/imap-extensions#checking_for_the_presence_of_extensions.
| System::String Aspose::Email::Clients::Imap::XGMThreadSearchConditions::get_ConversationId | ( | ) | const |
Gets conversation id that Gmail provides to associate groups of messages.
| void Aspose::Email::Clients::Imap::XGMThreadSearchConditions::set_ConversationId | ( | System::String | value | ) |
Sets conversation id that Gmail provides to associate groups of messages.