SendBulkMailRequest.Query Property

 

Applies To: Dynamics 365 (online), Dynamics 365 (on-premises), Dynamics CRM 2016, Dynamics CRM Online

Gets or sets the query to retrieve the recipients for the email messages.

Namespace:   Microsoft.Crm.Sdk.Messages
Assembly:  Microsoft.Crm.Sdk.Proxy (in Microsoft.Crm.Sdk.Proxy.dll)

Syntax

public QueryBase Query { get; set; }
Public Property Query As QueryBase

Property Value

Type: Microsoft.Xrm.Sdk.Query.QueryBase

Type: QueryBase
The query to retrieve the recipients for the email messages.

Remarks

The query must specify entity names and a column set. If the column set includes attributes that are not valid for retrieve or that you do not have access to, they will be ignored.

See Also

SendBulkMailRequest Class
Microsoft.Crm.Sdk.Messages Namespace
Retrieve data with queries using SDK assemblies

Return to top

Microsoft Dynamics 365

© 2016 Microsoft. All rights reserved. Copyright