ExportSolutionRequest.ExportEmailTrackingSettings Property

Definition

Gets or sets whether email tracking settings should be included in the solution being exported. Optional.

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

Property Value

true if the email tracking settings should be included in the solution being exported; otherwise, false.

Remarks

This setting includes the following values with the solution:

  • Organization.TrackingPrefix

  • Organization.TrackingTokenIdBase

  • Organization.TrackingTokenIdDigits

  • Organization.MaximumTrackingNumber

  • Organization.IgnoreInternalEmail

  • Organization.RenderSecureIFrameForEmail

  • Organization.AllowUnresolvedPartiesOnEmailSend

Applies to