ImapSearchParameter.Size Method
Namespace: Rebex.Net
Assembly: Rebex.Imap.dll (version 7.0.9083)
Size(Int64, Int64)
Messages with a size within the specified interval.
Declaration
public static ImapSearchParameter Size(long min, long max)
Parameters
Type | Name | Description |
---|---|---|
Int64 | min | The lower bound of interval, or 0. In bytes. |
Int64 | max | The upper bound of interval, or MaxValue. In bytes. |
Returns
Type | Description |
---|---|
ImapSearchParameter | A search parameter. |