TransportServer.PickupDirectoryMaxMessagesPerMinute Property
Gets or sets the maximum number of messages that can be processed per minute by the Pickup directory and the Replay directory.
Namespace: Microsoft.Exchange.Data.Directory.Management
Assembly: Microsoft.Exchange.Data.Directory (in Microsoft.Exchange.Data.Directory.dll)
Syntax
'Declaration
<ParameterAttribute(Mandatory := False)> _
Public Property PickupDirectoryMaxMessagesPerMinute As Integer
Get
Set
'Usage
Dim instance As TransportServer
Dim value As Integer
value = instance.PickupDirectoryMaxMessagesPerMinute
instance.PickupDirectoryMaxMessagesPerMinute = value
[ParameterAttribute(Mandatory = false)]
public int PickupDirectoryMaxMessagesPerMinute { get; set; }
Property Value
Type: System.Int32
The maximum number of messages that can be processed per minute. The default value is 100.
Remarks
The Pickup directory and the Replay directory independently process message files at the rate specified by the PickupDirectoryMaxMessagesPerMinute property. The valid range of the PickupDirectoryMaxMessagesPerMinute property is 1 to 10,000 messages per minute.