ServerSideSyncEmailSettings Class

 

Applies To: Dynamics CRM 2015

Namespace:   Microsoft.Xrm.Sdk.Deployment
Assembly:  Microsoft.Xrm.Sdk.Deployment (in Microsoft.Xrm.Sdk.Deployment.dll)

Inheritance Hierarchy

System.Object
  Microsoft.Xrm.Sdk.Deployment.DeploymentObject
    Microsoft.Xrm.Sdk.Deployment.DeploymentConfigSettings
      Microsoft.Xrm.Sdk.Deployment.ServerSideSyncEmailSettings

Syntax

[DataContractAttribute(Name = "ServerSideSyncEmailSettings", 
    Namespace = "https://schemas.microsoft.com/xrm/2011/Contracts/Deployment")]
public class ServerSideSyncEmailSettings : DeploymentConfigSettings
[DataContractAttribute(Name = "ServerSideSyncEmailSettings", 
    Namespace = "https://schemas.microsoft.com/xrm/2011/Contracts/Deployment")]
public ref class ServerSideSyncEmailSettings : DeploymentConfigSettings
[<DataContractAttribute(Name = "ServerSideSyncEmailSettings",
    Namespace = "https://schemas.microsoft.com/xrm/2011/Contracts/Deployment")>]
type ServerSideSyncEmailSettings = 
    class
        inherit DeploymentConfigSettings
    end
<DataContractAttribute(Name := "ServerSideSyncEmailSettings",
    Namespace := "https://schemas.microsoft.com/xrm/2011/Contracts/Deployment")>
Public Class ServerSideSyncEmailSettings
    Inherits DeploymentConfigSettings

Constructors

Name Description
System_CAPS_pubmethod ServerSideSyncEmailSettings()

Properties

Name Description
System_CAPS_pubproperty ActiveMailboxMaximumBackoff

Gets or sets the maximum duration, in seconds, after which the service checks an active mailbox for the user’s email.

System_CAPS_pubproperty ActiveMailboxMinimumBackoff

Gets or sets the minimum duration, in seconds, after which the service checks an active mailbox for the user’s email.

System_CAPS_pubproperty AllowADBasedAuthenticationProtocols

Gets or sets a value that specifies whether to allow Active Directory based authentication to connect with email servers.

System_CAPS_pubproperty AllowBasicAuthenticationOnNonSecureChannel

Gets or sets a value that specifies whether Microsoft Dynamics CRM is allowed to connect to an email server on a non-secure channel using Basic/Clear Text authentication, for both outgoing and incoming email.

System_CAPS_pubproperty AllowCredentialsEntryViaNonSecureChannels

Gets or sets a value that specifies whether to allow entering the user credentials via a non-secure channel.

System_CAPS_pubproperty AllowNonSSLEmail

Gets or sets a value that specifies whether Microsoft Dynamics CRM is allowed to connect to an email server on a non-secure channel, for both outgoing and incoming email.

System_CAPS_pubproperty EmailRouterMigrationMaxParallelRuns

Gets or sets the maximum number of parallel migration processes on the server for an organization. Any migration request exceeding this value is rejected.

System_CAPS_pubproperty ExchangeAutoDiscoverBulkDiscoveryBatchSize

Gets or sets the maximum batch size for discovering Exchange web services URL in a single request.

System_CAPS_pubproperty ExchangeAutoDiscoverMaxRedirects

Gets or sets the maximum redirects honored in an Exchange web services auto-discover request.

System_CAPS_pubproperty ExtensionData

Gets or sets the structure that contains extra data.(Inherited from DeploymentObject.)

System_CAPS_pubproperty IdleMailboxMaximumBackoff

Gets or sets the maximum duration, in seconds, after which the service checks an idle mailbox for the user’s email.

System_CAPS_pubproperty IdleMailboxMinimumBackoff

Gets or sets the minimum duration, in seconds, after which the service checks an idle mailbox for the user’s email.

System_CAPS_pubproperty IncomingEmailExchangeEmailRetrievalBatchSize

Gets or sets the email retrieval batch size of the Exchange server.

System_CAPS_pubproperty IncomingEmailMaximumSizeLimit

Gets or sets the maximum limit, in bytes, for the incoming message size. This setting applies to email received from an Exchange or POP3 email server type.

System_CAPS_pubproperty IncomingMaximumEmailsPerCycle

Gets or sets the maximum number of messages that an incoming provider can process in a cycle.

System_CAPS_pubproperty LogEwsResponseHttpHeaders

Gets or sets a value that specifies whether to enable logging of Exchange web services response headers in Microsoft Dynamics CRM traces.

System_CAPS_pubproperty MailboxBackoffOnTimeout

Gets or sets the duration, in seconds, that sending or receiving email is postponed for a mailbox when a request to the email server times out.

System_CAPS_pubproperty MailboxBackoffOnTransientError

Gets or sets the duration, in seconds, to postpone sending or receiving email for a mailbox after a transient error occurs.

System_CAPS_pubproperty MailboxSendBackoffOnSubmissionQuotaExceeded

Gets or sets the duration, in minutes, that sending email from a mailbox is postponed when the Exchange submission quota is exceeded.

System_CAPS_pubproperty MaximumEmailDeliveryAttempts

Gets or sets the maximum number of attempts that can be made to send an email.

System_CAPS_pubproperty MaximumExchangeWebResponseSize

Gets or sets the maximum size of response, in KB, from Exchange using Exchange web services.

System_CAPS_pubproperty MaxMailboxTransientFailures

Gets or sets the number of transient failures that can occur before the mailbox is automatically disabled.

System_CAPS_pubproperty MessageIDCacheCapacity

Gets or sets the capacity of the message ID cache for server-side synchronization.

System_CAPS_pubproperty MessageIDCacheRetentionTime

Gets or sets the time, in minutes, that the email message ID is retained in the cache.

System_CAPS_pubproperty PendingEmailsRetryInterval

Gets or sets the interval in minutes after which an email in pending send status is picked up for retry.

System_CAPS_pubproperty ProcessEmailSinceMaximumDaysAllowed

Gets or sets the maximum number of days before the current date or time that server-side synchronization can be configured to process email. This information is provided in an email server profile record in Microsoft Dynamics CRM.

System_CAPS_pubproperty SendingEmailsRetryInterval

Gets or sets the interval, in minutes, after which an email in sending status is picked up for retry.

System_CAPS_pubproperty TestEmailConfigurationRetryInterval

Gets or sets the interval, in minutes, to attempt the email test configuration again.

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_protmethod Finalize()

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethod ToString()

(Inherited from Object.)

Remarks

Thread Safety

Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Microsoft.Xrm.Sdk.Deployment Namespace

Return to top

© 2016 Microsoft. All rights reserved. Copyright