Click or drag to resize

FluentThread Class

Represents IMAP threading query. You can use Thread(ThreadMethod) method to create this object.
Inheritance Hierarchy
SystemObject
  Limilabs.Client.IMAPFluentThread

Namespace: Limilabs.Client.IMAP
Assembly: Mail (in Mail.dll) Version: 3.0.26106.1555
Syntax
public class FluentThread

The FluentThread type exposes the following members.

Methods
 NameDescription
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Protected methodFinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetThreads Issues the threading query and retrieves results, that match the search criteria, using server-side threading.
Public methodGetThreadsAsync Issues the threading query and retrieves results, that match the search criteria, using server-side threading.
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Protected methodMemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
Public methodResultsAs Sets the result type (message numbers or UIDs) of this threading query.
Public methodSetThreadMethod Sets threading method. You can use Capabilities and then ThreadMethods method to get all methods supported by the remote server.
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Public methodUseEncoding Forces the use of specified encoding.
Public methodWhere 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.
Top
Operators
 NameDescription
Public operatorStatic member(FluentThread to ListMessageThread) Issues the threading query and retrieves results, that match the search criteria, using server-side threading.
Public operatorStatic member(FluentThread to TaskListMessageThread) Issues the threading query and retrieves results, that match the search criteria, using server-side threading.
Top
Remarks
Uids is default, use ResultsAs(ResultType) method to change the result type.
See Also