BackgroundSendEmailRequest.Query Property

Definition

Gets or sets the query to find the email activities to send.

public:
 property Microsoft::Xrm::Sdk::Query::QueryBase ^ Query { Microsoft::Xrm::Sdk::Query::QueryBase ^ get(); void set(Microsoft::Xrm::Sdk::Query::QueryBase ^ value); };
public Microsoft.Xrm.Sdk.Query.QueryBase Query { get; set; }
member this.Query : Microsoft.Xrm.Sdk.Query.QueryBase with get, set
Public Property Query As QueryBase

Property Value

The query to find the email activities to send.

Remarks

Assign an instance of the QueryExpression, QueryByAttribute, or FetchExpression class.

The query must specify an entity name of email and a ColumnSet. If the column set includes attributes that are not valid for retrieve or for which you do not have access, they will be ignored.

Applies to

See also