ImapMessageFlags.BitwiseOr
Contents
[
Hide
]BitwiseOr(ImapMessageFlags, ImapMessageFlags)
Implements the operator |.
public static ImapMessageFlags BitwiseOr(ImapMessageFlags a, ImapMessageFlags b)
Parameter | Type | Description |
---|---|---|
a | ImapMessageFlags | First set of imap message flags. |
b | ImapMessageFlags | Second set of imap message flags. |
Return Value
The result of the operator.
See Also
- class ImapMessageFlags
- namespace Aspose.Email.Clients.Imap
- assembly Aspose.Email
BitwiseOr(ImapMessageFlags, string)
Implements the operator |.
public static ImapMessageFlags BitwiseOr(ImapMessageFlags a, string b)
Parameter | Type | Description |
---|---|---|
a | ImapMessageFlags | First set of imap message flags. |
b | String | Second set of imap message flags. |
Return Value
The result of the operator.
See Also
- class ImapMessageFlags
- namespace Aspose.Email.Clients.Imap
- assembly Aspose.Email
BitwiseOr(string, ImapMessageFlags)
Implements the operator |.
public static ImapMessageFlags BitwiseOr(string a, ImapMessageFlags b)
Parameter | Type | Description |
---|---|---|
a | String | First set of imap message flags. |
b | ImapMessageFlags | Second set of imap message flags. |
Return Value
The result of the operator.
See Also
- class ImapMessageFlags
- namespace Aspose.Email.Clients.Imap
- assembly Aspose.Email