ServerSideSyncEmailSettings.MailboxSendBackoffOnSubmissionQuotaExceeded 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 minutes, that sending email from a mailbox is postponed when the Exchange submission quota is exceeded.
public:
property int MailboxSendBackoffOnSubmissionQuotaExceeded { int get(); void set(int value); };
[System.Runtime.Serialization.DataMember]
public int MailboxSendBackoffOnSubmissionQuotaExceeded { get; set; }
[<System.Runtime.Serialization.DataMember>]
member this.MailboxSendBackoffOnSubmissionQuotaExceeded : int with get, set
Public Property MailboxSendBackoffOnSubmissionQuotaExceeded As Integer
Property Value
The maximum duration, in seconds.
- Attributes