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




provider
Returns the string representation of this search parameter.

Syntax

Visual Basic (Declaration) 
Public Overloads Overridable Function ToString( _
   ByVal provider As IFormatProvider _
) As String
Visual Basic (Usage)Copy Code
Dim instance As ImapSearchParameter
Dim provider As IFormatProvider
Dim value As String
 
value = instance.ToString(provider)
C# 
public virtual string ToString( 
   IFormatProvider provider
)
Managed Extensions for C++ 
public: virtual string* ToString( 
   IFormatProvider* provider
) 
C++/CLI 
public:
virtual String^ ToString( 
   IFormatProvider^ provider
) 

Parameters

provider

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.