EwsSearchParameter.Sent Method
Namespace: Rebex.Net
Assembly: Rebex.Ews.dll (version 7.0.9147)
Sent(DateTime)
Messages that were sent on the specified date (disregarding time).
Declaration
public static EwsSearchParameter Sent(DateTime on)
Parameters
Type | Name | Description |
---|---|---|
Date |
on | Date. Time is ignored. |
Returns
Type | Description |
---|---|
Ews |
A search parameter. |
Sent(Nullable<DateTime>, Nullable<DateTime>)
Messages that were sent in the specified date and time interval.
Declaration
public static EwsSearchParameter Sent(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.