Click or drag to resize
MimeKit

SearchQuerySaveDateSupported Field

Match all messages in the mailbox when the underlying storage of that mailbox supports the save date attribute.

Namespace: MailKit.Search
Assembly: MailKit (in MailKit.dll) Version: 4.7.1
Syntax
C#
public static readonly SearchQuery SaveDateSupported

Field Value

SearchQuery
Remarks

Matches all messages in the mailbox when the underlying storage of that mailbox supports the save date attribute. Conversely, it matches no messages in the mailbox when the save date attribute is not supported.

Note  Note
This is equivalent to the SAVEDATESUPPORTED search key as defined in rfc8514, section 4.3 and is therefor only available for use with IMAP servers that support the SAVEDATE extension.
See Also