Share via


ServerSideSyncQueueSettings.MailboxQueueItemsInMemoryLow Property

Definition

Gest or sets the lower limit on the number of mailbox batches held in memory, beyond which the service will stop removing mailboxes from the queue.

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

Property Value

The minimum number of mailbox batches to be held in memory.

Attributes

Applies to