| ExpressionLarger Method |
Creates a criterion to find messages with an [RFC-2822] size larger than the specified number of octets.
Namespace:
Limilabs.Client.IMAP
Assembly:
Mail (in Mail.dll) Version: 3.0.23341.1754
Syntax public static ICriterion Larger(
long largerThan
)
Public Shared Function Larger (
largerThan As Long
) As ICriterion
public:
static ICriterion^ Larger(
long long largerThan
)
static member Larger :
largerThan : int64 -> ICriterion
Parameters
- largerThan
- Type: SystemInt64
Size to match.
Return Value
Type:
ICriterionNew expression.
See Also