Messages with a size within the specified interval.
            
    Namespace: 
   Rebex.Net
    Assembly:
   Rebex.Imap (in Rebex.Imap.dll)
Syntax
| Visual Basic | 
|---|
Public Shared Function Size ( _ min As Long, _ max As Long _ ) As ImapSearchParameter  | 
| C# | 
|---|
public static ImapSearchParameter Size( long min, long max )  | 
Parameters
- min
 - Type: System..::..Int64
The lower bound of interval, or 0. In bytes. 
- max
 - Type: System..::..Int64
The upper bound of interval, or MaxValue. In bytes.