CreateKey

CreateKey (1 of 2)

Creates the search key.

Returns: MailQuery that represents search query.

CreateKey(System::String name, System::SharedPtr < System::BoxedValueBase > value, System::String comparsionOperator)
ParameterDescription
nameThe field name.
valueThe value.
comparsionOperatorThe operator.

CreateKey (2 of 2)

Creates the search key.

Returns: MailQuery that represents search query.

CreateKey(System::String name, System::String value, System::String comparsionOperator)
ParameterDescription
nameThe field name.
valueThe value.
comparsionOperatorThe operator.