BackgroundSendEmailRequest.Query Property

 

Applies To: Dynamics CRM 2015

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

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

Syntax

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

Property Value

Type: Microsoft.Xrm.Sdk.Query.QueryBase

Type: QueryBase
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.

See Also

BackgroundSendEmailResponse
BackgroundSendEmailRequest Class
Microsoft.Crm.Sdk.Messages Namespace
Email activity entities
Email entity messages and methods
BackgroundSendEmail message privileges

Return to top

© 2016 Microsoft. All rights reserved. Copyright