Messages that arrived in the specified date and time interval.
            
    Namespace: 
   Rebex.Net
    Assembly:
   Rebex.Ews (in Rebex.Ews.dll)
Syntax
| Visual Basic | 
|---|
Public Shared Function Arrived ( _ since As Nullable(Of DateTime), _ before As Nullable(Of DateTime) _ ) As EwsSearchParameter  | 
| C# | 
|---|
public static EwsSearchParameter Arrived( 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.