ImapMessageFlags.BitwiseAnd

ImapMessageFlags.BitwiseAnd method

Implements the operator &.

public static ImapMessageFlags BitwiseAnd(ImapMessageFlags a, ImapMessageFlags b)
ParameterTypeDescription
aImapMessageFlagsFirst set of imap message flags.
bImapMessageFlagsSecond set of imap message flags.

Return Value

The result of the operator.

See Also