DistributeCampaignActivityRequest.PostWorkflowEvent Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets a value that indicates whether an asynchronous job is used to distribute activities, 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
true
if an asynchronous job is used to distribute the activity; false
if mail merge is used to distribute the activity.