ExportSolutionRequest.ExportMarketingSettings 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 whether marketing settings should be included in the solution being exported. Optional.
public:
property bool ExportMarketingSettings { bool get(); void set(bool value); };
public bool ExportMarketingSettings { get; set; }
member this.ExportMarketingSettings : bool with get, set
Public Property ExportMarketingSettings As Boolean
Property Value
true
if the marketing settings should be included in the solution being exported; otherwise, false
.
Remarks
This setting includes the following values with the solution:
Organization.AllowMarketingEmailExecution
Organization.AllowAutoResponseCreation
Organization.AllowAutoUnsubscribe
Organization.AllowAutoUnsubscribeAcknowledgement