Click or drag to resize

FluentThreadUseEncoding Method

Forces the use of specified encoding.

Namespace:  Limilabs.Client.IMAP
Assembly:  Mail (in Mail.dll) Version: 3.0.23341.1754
Syntax
public FluentThread UseEncoding(
	Encoding encoding
)

Parameters

encoding
Type: System.TextEncoding
Search parameters encoding.

Return Value

Type: FluentThread
This threading query object.
See Also