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.3.0
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.
See Also