Messages with a size within the specified interval.

Namespace:  Rebex.Net
Assembly:  Rebex.Ews (in Rebex.Ews.dll)

Syntax

Visual Basic
Public Shared Function Size ( _
	min As Nullable(Of Long), _
	max As Nullable(Of Long) _
) As EwsSearchParameter
C#
public static EwsSearchParameter Size(
	Nullable<long> min,
	Nullable<long> max
)

Parameters

min
Type: System..::..Nullable<(Of <(<'Int64>)>)>
The lower bound of interval in bytes.
max
Type: System..::..Nullable<(Of <(<'Int64>)>)>
The upper bound of interval in bytes.

Return Value

A search parameter.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also