Click or drag to resize
MimeKit

SearchQuerySavedOn Method

Match messages that were saved to the mailbox on the specified date.

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

Parameters

date  DateTime
The date.

Return Value

DateSearchQuery
A DateSearchQuery.
Remarks

Matches messages that were saved to the mailbox on the specified date.

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