| FluentThread Conversion (FluentThread to TaskListMessageThread) |
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.23341.1754
Syntax public static implicit operator Task<List<MessageThread>> (
FluentThread thread
)
Public Shared Widening Operator CType (
thread As FluentThread
) As Task(Of List(Of MessageThread))
static implicit operator Task<List<MessageThread^>^>^ (
FluentThread^ thread
)
F# does not support the declaration of new casting operators.
Parameters
- thread
- Type: Limilabs.Client.IMAPFluentThread
Threading query.
Return Value
Type:
TaskListMessageThreadList of message threads.
See Also