PropagateByExpressionRequest.PostWorkflowEvent Property

Definition

Gets or sets a value that indicates whether an asynchronous job is used to distribute an activity, such as an email, fax, or letter, to the members of a list. Required.

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

Property Value

Indicates whether an asynchronous job is used to distribute an activity, such as an email, fax, or letter, to the members of a list. true if an asynchronous job is used to distribute the activity; false if mail merge is used to distribute the activity.

Applies to