FluentThread Class |
Namespace: Limilabs.Client.IMAP
The FluentThread type exposes the following members.
Name | Description | |
---|---|---|
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetThreads |
Issues the threading query and retrieves results, that match the search criteria, using server-side threading.
| |
GetThreadsAsync |
Issues the threading query and retrieves results, that match the search criteria, using server-side threading.
| |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ResultsAs |
Sets the result type (message numbers or UIDs) of this threading query.
| |
SetThreadMethod |
Sets threading method.
You can use Capabilities and then ThreadMethods method to get all methods supported by the remote server.
| |
ToString | Returns a string that represents the current object. (Inherited from Object.) | |
UseEncoding |
Forces the use of specified encoding.
| |
Where |
Adds search criteria to this threading query.
Use And(ICriterion) and other Expression methods to create a valid search query.
You can also pass SimpleImapQuery to this method.
|
Name | Description | |
---|---|---|
(FluentThread to ListMessageThread) |
Issues the threading query and retrieves results, that match the search criteria, using server-side threading.
| |
(FluentThread to TaskListMessageThread) |
Issues the threading query and retrieves results, that match the search criteria, using server-side threading.
|