[This is preliminary documentation and is subject to change.]
Enumerated types of email search by its size logical operator.
Namespace:
OfficeClip.UtilsAssembly: OfficeClip.Utils (in OfficeClip.Utils)
Version: 8.1.1.0
Syntax
C# |
---|
public enum EmailSearchBySize |
Visual Basic (Declaration) |
---|
Public Enumeration EmailSearchBySize |
Visual C++ |
---|
public enum class EmailSearchBySize |
Members
Member name | Description | |
---|---|---|
DoesntMatter |
Size does not matter.
| |
Equals |
Size equal to a value.
| |
BetweenRange |
Size between a particular range.
| |
LessThanValue |
Size less than a particular value.
| |
GreaterThanValue |
Size greater than a particular value.
|