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

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

Date. Time is ignored.

Returns
Type Description
EwsSearchParameter

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<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
  • Sent(DateTime)
  • Sent(Nullable<DateTime>, Nullable<DateTime>)
© REBEX ČR s.r.o. Back to top
Privacy policy
Manage cookies