ServerSideSyncQueueSettings.MailboxQueueItemsInMemoryLow 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.
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