ServerSideSyncQueueSettings.MailboxQueueSelectInterval 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.
Defines the recurrence period, in seconds, of removing mailboxes from the queue in the database.
public:
property int MailboxQueueSelectInterval { int get(); void set(int value); };
[System.Runtime.Serialization.DataMember]
public int MailboxQueueSelectInterval { get; set; }
[<System.Runtime.Serialization.DataMember>]
member this.MailboxQueueSelectInterval : int with get, set
Public Property MailboxQueueSelectInterval As Integer
Property Value
The recurrence period, in seconds.
- Attributes