ServerSideSyncEmailSettings.MailboxBackoffOnTimeout Property

Definition

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.

public:
 property int MailboxBackoffOnTimeout { int get(); void set(int value); };
[System.Runtime.Serialization.DataMember]
public int MailboxBackoffOnTimeout { get; set; }
[<System.Runtime.Serialization.DataMember>]
member this.MailboxBackoffOnTimeout : int with get, set
Public Property MailboxBackoffOnTimeout As Integer

Property Value

The maximum duration, in seconds.

Attributes

Applies to