| ExpressionHasKeyword Method |
Creates a criterion to find messages with the specified keyword flag set.
Namespace:
Limilabs.Client.IMAP
Assembly:
Mail (in Mail.dll) Version: 3.0.23341.1754
Syntax public static ICriterion HasKeyword(
string keyword
)
Public Shared Function HasKeyword (
keyword As String
) As ICriterion
public:
static ICriterion^ HasKeyword(
String^ keyword
)
static member HasKeyword :
keyword : string -> ICriterion
Parameters
- keyword
- Type: SystemString
Keyword that should be set.
Return Value
Type:
ICriterionNew expression.
Remarks
Exchange 2007 and 2010 do not support custom flags (keywords).
See Also