Click or drag to resize
MimeKit

SearchQueryDeliveredAfter Method

Match messages that were delivered after the specified date.

Namespace: MailKit.Search
Assembly: MailKit (in MailKit.dll) Version: 4.7.1
Syntax
C#
public static DateSearchQuery DeliveredAfter(
	DateTime date
)

Parameters

date  DateTime
The date.

Return Value

DateSearchQuery
A DateSearchQuery.
Remarks

Matches messages that were delivered after the specified date.

The resolution of this search query does not include the time.

Note  Note
This is equivalent to the SINCE search key as defined in rfc3501.
See Also