ImapMessageFlagsBitwiseOr Method (String, ImapMessageFlags) |
Implements the operator |.
Namespace:
Aspose.Email.Clients.Imap
Assembly:
Aspose.Email (in Aspose.Email.dll) Version: 22.4
Syntaxpublic static ImapMessageFlags BitwiseOr(
string a,
ImapMessageFlags b
)
Public Shared Function BitwiseOr (
a As String,
b As ImapMessageFlags
) As ImapMessageFlags
public:
static ImapMessageFlags^ BitwiseOr(
String^ a,
ImapMessageFlags^ b
)
static member BitwiseOr :
a : string *
b : ImapMessageFlags -> ImapMessageFlags
Parameters
- a
- Type: SystemString
First set of imap message flags. - b
- Type: Aspose.Email.Clients.ImapImapMessageFlags
Second set of imap message flags.
Return Value
Type:
ImapMessageFlagsThe result of the operator.
See Also