EmailQueryTextSearch Class

Definition

Represents a text search query in an email mailbox.

public ref class EmailQueryTextSearch sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
class EmailQueryTextSearch final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
public sealed class EmailQueryTextSearch
Public NotInheritable Class EmailQueryTextSearch
Inheritance
Object Platform::Object IInspectable EmailQueryTextSearch
Attributes

Windows requirements

Device family
Windows 10 (introduced in 10.0.10240.0)
API contract
Windows.Foundation.UniversalApiContract (introduced in v1.0)
App capabilities
email emailSystem

Remarks

The TextSearch property provides access to an instance of this class.

Properties

Fields

Gets or sets the fields for an email text search query.

SearchScope

Gets or sets the scope for an email text search query.

Text

Gets or sets the text string for an email text search query.

Applies to