EmailQuerySearchFields
EmailQuerySearchFields
EmailQuerySearchFields
EmailQuerySearchFields
Enum
Definition
Defines the field(s) by which to search a collection of email messages. Use the OR operator to combine these values together into a single bit field.
This enumeration has a System.FlagsAttribute attribute that allows a bitwise combination of its member values.
public : enum class EmailQuerySearchFieldspublic enum EmailQuerySearchFieldsPublic Enum EmailQuerySearchFields// You can use this enum in JavaScript.
- Attributes
-
System.FlagsAttribute ContractVersionAttribute
Windows 10 requirements
| Device family |
Windows 10 (introduced v10.0.10240.0)
|
| API contract |
Windows.Foundation.UniversalApiContract (introduced v1)
|
Fields
| All All All All | Search by all searchable fields. |
| None None None None | No search field defined. |
| Preview Preview Preview Preview | Search by preview text field. |
| Recipients Recipients Recipients Recipients | Search by members of the recipient list. |
| Sender Sender Sender Sender | Search by sender field. |
| Subject Subject Subject Subject | Search by subject field. |