ExportSolutionRequest.ExportOutlookSynchronizationSettings Property

Definition

Gets or sets whether outlook synchronization settings should be included in the solution being exported. Optional.

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

Property Value

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

Remarks

This setting includes the following values with the solution:

  • Organization.TagPollingPeriod

  • Organization.TagMaxAggressiveCycles

  • Organization.AllowOutlookScheduledSyncs

  • Organization.MinOutlookSyncInterval

  • Organization.EmailSendPollingPeriod

  • Organization.AllowOfflineScheduledSyncs

  • Organization.MinOfflineSyncInterval

  • Organization.AllowAddressBookSyncs

  • Organization.MinAddressBookSyncInterval

Applies to