Share via


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
Public Property PickupDirectoryMaxMessagesPerMinute As Integer
    Get
    Set
'Usage
Dim instance As TransportServer
Dim value As Integer

value = instance.PickupDirectoryMaxMessagesPerMinute

instance.PickupDirectoryMaxMessagesPerMinute = value
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.

See also

Reference

TransportServer class

TransportServer members

Microsoft.Exchange.Data.Directory.Management namespace