Click or drag to resize

ImapThread(ThreadMethod) Method

Creates new threading query.

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

Parameters

method  ThreadMethod
Threading method that should be used.

Return Value

FluentThread
New threading query.
Example
List<FluentThread> threads = imap.Thread(ThreadMethod.OrderedSubject).Where(Expression.Text("text"));
See Also