Messages that arrived on the specified date (disregarding time).

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

Syntax

Visual Basic
Public Shared Function Arrived ( _
	on As DateTime _
) As ImapSearchParameter
C#
public static ImapSearchParameter Arrived(
	DateTime on
)

Parameters

on
Type: System..::..DateTime
Date. Time and time zone are ignored.

Return Value

A search parameter.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also