Messages that were sent in the specified date and time interval.
Namespace:
Rebex.Net
Assembly:
Rebex.Ews (in Rebex.Ews.dll)
Syntax
Visual Basic |
---|
Public Shared Function Sent ( _ since As Nullable(Of DateTime), _ before As Nullable(Of DateTime) _ ) As EwsSearchParameter |
C# |
---|
public static EwsSearchParameter Sent( Nullable<DateTime> since, Nullable<DateTime> before ) |
Parameters
- since
- Type: System..::..Nullable<(Of <(<'DateTime>)>)>
The lower bound of the date and time interval.
- before
- Type: System..::..Nullable<(Of <(<'DateTime>)>)>
The upper bound of the date and time interval.
Return Value
A search parameter.Remarks
The bounds are also included in the interval.