PropagateByExpressionRequest.ExecuteImmediately Property

Definition

Gets or sets a value that indicates whether the activity is both created and executed. Required.

public:
 property bool ExecuteImmediately { bool get(); void set(bool value); };
public bool ExecuteImmediately { get; set; }
member this.ExecuteImmediately : bool with get, set
Public Property ExecuteImmediately As Boolean

Property Value

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.

Applies to