PowerTCP Mail for .NET
Parameter Property




Gets or sets the Criterion modifier.
Syntax
Public Property Parameter As String
Dim instance As ImapSearchParameter
Dim value As String
 
instance.Parameter = value
 
value = instance.Parameter
public string Parameter {get; set;}
public: __property string* get_Parameter();
public: __property void set_Parameter( 
   string* value
);
public:
property String^ Parameter {
   String^ get();
   void set (    String^ value);
}

Property Value

A string value which modifies the ImapSearchParameter.Criterion.
Remarks

For some criteria, a search parameter must be set (ImapCriteria.Before, ImapCriteria.To). For others, ImapSearchParameter.Criterion does not require a modifier (ImapCriterion.Answered). See ImapCriterion value descriptions to determine which criteria require a parameter.

See Also

Reference

ImapSearchParameter Class
ImapSearchParameter Members


PowerTCP Mail for .NET Documentation Version 4.3
© 2018 Dart Communications. All Rights Reserved.
Send comments on this topic