Click or drag to resize

FluentThread   Conversion (FluentThread to ListMessageThread)

Issues the threading query and retrieves results, that match the search criteria, using server-side threading.

Namespace: Limilabs.Client.IMAP
Assembly: Mail (in Mail.dll) Version: 3.0.26106.1555
Syntax
public static implicit operator List<MessageThread> (
	FluentThread thread
)

Parameters

thread  FluentThread
Threading query.

Return Value

ListMessageThread
List of message threads.
See Also