Constructs a string from the SearchCondition object using the proper syntax as is required for the IMAP SEARCH command.

Namespace: S22.Imap
Assembly: S22.Imap (in S22.Imap.dll) Version: 3.6.0.0 (3.6.0.0)

Syntax

C#
public override string ToString()

Return Value

A string representing this SearchCondition instance that can be used with the IMAP SEARCH command.

See Also