Renders current criteria object to specified command list.

Namespace: Limilabs.Client.IMAP
Assembly: Mail (in Mail.dll) Version: 3.0.12102.1426

Syntax

C#
public void Render(
	List<ImapCommand> commands
)
Visual Basic
Public Sub Render ( _
	commands As List(Of ImapCommand) _
)
Visual C++
public:
virtual void Render(
	List<ImapCommand^>^ commands
) sealed

Parameters

commands
Type: System.Collections.Generic..::..List<(Of <(<'ImapCommand>)>)>
Command list to render on.

Implements

ICriterion..::..Render(List<(Of <<'(ImapCommand>)>>))

See Also