ImapMessageFlags.BitwiseOr

BitwiseOr(ImapMessageFlags, ImapMessageFlags)

Implements the operator |.

public static ImapMessageFlags BitwiseOr(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


BitwiseOr(ImapMessageFlags, string)

Implements the operator |.

public static ImapMessageFlags BitwiseOr(ImapMessageFlags a, string b)
ParameterTypeDescription
aImapMessageFlagsFirst set of imap message flags.
bStringSecond set of imap message flags.

Return Value

The result of the operator.

See Also


BitwiseOr(string, ImapMessageFlags)

Implements the operator |.

public static ImapMessageFlags BitwiseOr(string a, ImapMessageFlags b)
ParameterTypeDescription
aStringFirst set of imap message flags.
bImapMessageFlagsSecond set of imap message flags.

Return Value

The result of the operator.

See Also