Click or drag to resize

ICriterion Interface

Represents IMAP search criteria. Use one of the Expression static methods to create classes implementing this interface (e.g. Subject(String) or From(String)).

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

The ICriterion type exposes the following members.

Methods
 NameDescription
Public methodIsASCII Returns true if this criterion requires only ASCII characters to be rendered.
Public methodRender Renders current criteria object to specified command.
Top
See Also