EwsSearchParameter.Arrived Method
Namespace: Rebex.Net
Assembly: Rebex.Ews.dll (version 7.0.9147)
Arrived(DateTime)
Messages that arrived on the specified date (disregarding time).
Declaration
public static EwsSearchParameter Arrived(DateTime on)
Parameters
Type | Name | Description |
---|---|---|
Date |
on | Date. Time and time zone are ignored. |
Returns
Type | Description |
---|---|
Ews |
A search parameter. |
Arrived(Nullable<DateTime>, Nullable<DateTime>)
Messages that arrived in the specified date and time interval.
Declaration
public static EwsSearchParameter Arrived(DateTime? since, DateTime? before)
Parameters
Type | Name | Description |
---|---|---|
Nullable<Date |
since | The lower bound of the date and time interval. |
Nullable<Date |
before | The upper bound of the date and time interval. |
Returns
Type | Description |
---|---|
Ews |
A search parameter. |
Remarks
The bounds are also included in the interval.