ExportSolutionRequest.ExportOutlookSynchronizationSettings 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 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, setPublic Property ExportOutlookSynchronizationSettings As BooleanProperty 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