ServerSideSyncACTSettings Class

Definition

public ref class ServerSideSyncACTSettings : Microsoft::Xrm::Sdk::Deployment::DeploymentConfigSettings
[System.CodeDom.Compiler.GeneratedCode("System.Runtime.Serialization", "4.0.0.0")]
[System.Diagnostics.DebuggerStepThrough]
[System.Runtime.Serialization.DataContract(Name="ServerSideSyncACTSettings", Namespace="http://schemas.microsoft.com/xrm/2011/Contracts/Deployment")]
public class ServerSideSyncACTSettings : Microsoft.Xrm.Sdk.Deployment.DeploymentConfigSettings
[<System.CodeDom.Compiler.GeneratedCode("System.Runtime.Serialization", "4.0.0.0")>]
[<System.Diagnostics.DebuggerStepThrough>]
[<System.Runtime.Serialization.DataContract(Name="ServerSideSyncACTSettings", Namespace="http://schemas.microsoft.com/xrm/2011/Contracts/Deployment")>]
type ServerSideSyncACTSettings = class
    inherit DeploymentConfigSettings
Public Class ServerSideSyncACTSettings
Inherits DeploymentConfigSettings
Inheritance
Attributes

Constructors

ServerSideSyncACTSettings()

Initializes a new instance of the ServerSideSyncACTSettings class.

Properties

ActiveMailboxMaximumBackoffForACT

Gets or sets the maximum duration, in seconds, after which the service checks an active mailbox for appointments, contacts, or tasks.

ActiveMailboxMinimumBackoffForACT

Gets or sets the minimum duration, in seconds, after which the service checks an active mailbox for appointments, contacts, or tasks.

ExtensionData

Gets or sets the structure that contains extra data.

(Inherited from DeploymentObject)
IdleMailboxMaximumBackoffForACT

Gets or sets the maximum duration, in seconds, after which the service checks an idle mailbox for appointments, contacts, or tasks.

IdleMailboxMinimumBackoffForACT

Gets or sets the minimum duration, in seconds, after which the service checks an idle mailbox for appointments, contacts, or tasks.

MailboxBackoffOnTimeoutForACT

Gets or sets the duration, in seconds, to postpone synchronizing appointments, contacts, or tasks for a mailbox on an Exchange server request time-out.

MailboxBackoffOnTransientErrorForACT

Gets or sets the duration, in seconds, to postpone synchronizing appointments, contacts, or tasks for a mailbox after encountering a transient error.

MaximumItemsPerCycleForACT

Gets or sets the maximum number of appointments, contacts, or tasks processed by an Exchange server in a cycle.

MaximumMailboxTransientFailuresForACT

Gets or sets the maximum number of transient failures that can occur before a mailbox is disabled for synchronizing appointments, contacts, or tasks.

MaximumSynchronizationAttemptsForACT

Gets or sets the maximum number of attempts allowed to synchronize an appointment, contact, or task.

RetrievalBatchSizeForACT

Gets or sets the batch size for retrieving appointments, contacts, tasks from an Exchange server.

Applies to