DistributeCampaignActivityRequest.Propagate 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 the activity is both created and executed. Required.
public:
property bool Propagate { bool get(); void set(bool value); };
public bool Propagate { get; set; }
member this.Propagate : bool with get, set
Public Property Propagate 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.