PropagateByExpressionRequest.ExecuteImmediately Property
Applies To: Dynamics CRM 2015
Gets or sets a value that indicates whether the activity is both created and executed. Required.
Namespace: Microsoft.Crm.Sdk.Messages
Assembly: Microsoft.Crm.Sdk.Proxy (in Microsoft.Crm.Sdk.Proxy.dll)
Syntax
public bool ExecuteImmediately { get; set; }
public:
property bool ExecuteImmediately {
bool get();
void set(bool value);
}
member ExecuteImmediately : bool with get, set
Public Property ExecuteImmediately As Boolean
Property Value
Type: System.Boolean
Type: Boolean
Indicates whether the activity is both created and executed.
true if an activity is both created and executed; false if an activity is created but not executed.
Remarks
This property is primarily used for the email activity. For the email activity, use true if an email is created, sent, and marked as complete. Use false if an email is created but not sent.
See Also
PropagateByExpressionRequest Class
Microsoft.Crm.Sdk.Messages Namespace
Return to top
© 2016 Microsoft. All rights reserved. Copyright