ImapQueryBuilder.HasNoFlags

ImapQueryBuilder.HasNoFlags method

Search messages with the unspecified flags.

public MailQuery HasNoFlags(ImapMessageFlags flags)
ParameterTypeDescription
flagsImapMessageFlagsThe flags.

Return Value

MailQuery that represents search query (one searching criteria).

See Also