Rebex
Products Downloads Buy Support Contact
Show / Hide Table of Contents

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
DateTime on

Date. Time and time zone are ignored.

Returns
Type Description
EwsSearchParameter

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<DateTime> since

The lower bound of the date and time interval.

Nullable<DateTime> before

The upper bound of the date and time interval.

Returns
Type Description
EwsSearchParameter

A search parameter.

Remarks

The bounds are also included in the interval.

In This Article
  • Arrived(DateTime)
  • Arrived(Nullable<DateTime>, Nullable<DateTime>)
© REBEX ČR s.r.o. Back to top
Privacy policy
Manage cookies