Messages that were sent in the specified date interval (disregarding time).

Namespace:  Rebex.Net
Assembly:  Rebex.Imap (in Rebex.Imap.dll)

Syntax

Visual Basic
Public Shared Function Sent ( _
	since As DateTime, _
	before As DateTime _
) As ImapSearchParameter
C#
public static ImapSearchParameter Sent(
	DateTime since,
	DateTime before
)

Parameters

since
Type: System..::..DateTime
The lower bound of the date interval, or MinValue.
before
Type: System..::..DateTime
The upper bound of the date interval, or MaxValue.

Return Value

A search parameter.

Remarks

The bounds are also included in the interval. Time and time zone are ignored.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also