ImapQueryBuilder.HasFlags

ImapQueryBuilder.HasFlags method

Search messages with the specified flags.

public MailQuery HasFlags(ImapMessageFlags flags)
ParameterTypeDescription
flagsImapMessageFlagsThe flags.

Return Value

MailQuery that represents search query (one searching criteria).

See Also