EwsSearchParameter.Size Method
Namespace: Rebex.Net
Assembly: Rebex.Ews.dll (version 7.0.9147)
Size(Nullable<Int64>, Nullable<Int64>)
Messages with a size within the specified interval.
Declaration
public static EwsSearchParameter Size(long? min, long? max)
Parameters
Type | Name | Description |
---|---|---|
Nullable<Int64> | min | The lower bound of interval in bytes. |
Nullable<Int64> | max | The upper bound of interval in bytes. |
Returns
Type | Description |
---|---|
Ews |
A search parameter. |