PowerTCP Mail for .NET
ToString() Method
See Also  Send comments on this topic.
Dart.PowerTCP.Mail Namespace > ImapSearchParameter Class > ToString Method : ToString() Method




Returns the string representation of this search parameter.

Syntax

Visual Basic (Declaration) 
Public Overloads Overrides Function ToString() As String
Visual Basic (Usage)Copy Code
Dim instance As ImapSearchParameter
Dim value As String
 
value = instance.ToString()
C# 
public override string ToString()
Managed Extensions for C++ 
public: string* ToString(); override 
C++/CLI 
public:
String^ ToString(); override 

Return Value

A string representation of the parameter.

Remarks

Returns the string representation of this parameter. This string value can be passed in as a parameter to another ImapSearchParameter object using the ImapCriterion.Not or ImapCriterion.Or values as a basis for a search.

Requirements

Target Platforms: Microsoft .NET Framework 2.0

See Also

Documentation Version 3.2
© 2010 Dart Communications. All Rights Reserved.