ServerSideSyncEmailSettings.MailboxBackoffOnTransientError 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 the duration, in seconds, to postpone sending or receiving email for a mailbox after a transient error occurs.
public:
property int MailboxBackoffOnTransientError { int get(); void set(int value); };
[System.Runtime.Serialization.DataMember]
public int MailboxBackoffOnTransientError { get; set; }
[<System.Runtime.Serialization.DataMember>]
member this.MailboxBackoffOnTransientError : int with get, set
Public Property MailboxBackoffOnTransientError As Integer
Property Value
The maximum duration, in seconds.
- Attributes