TransportServer.IntraOrgConnectorSmtpMaxMessagesPerConnection Property
Gets or sets the maximum number of messages per connection on the implicit intra-organization Send Connector on a Hub Transport server.
Namespace: Microsoft.Exchange.Data.Directory.Management
Assembly: Microsoft.Exchange.Data.Directory (in Microsoft.Exchange.Data.Directory.dll)
Syntax
'Declaration
<ParameterAttribute(Mandatory := False)> _
Public Property IntraOrgConnectorSmtpMaxMessagesPerConnection As Integer
Get
Set
'Usage
Dim instance As TransportServer
Dim value As Integer
value = instance.IntraOrgConnectorSmtpMaxMessagesPerConnection
instance.IntraOrgConnectorSmtpMaxMessagesPerConnection = value
[ParameterAttribute(Mandatory = false)]
public int IntraOrgConnectorSmtpMaxMessagesPerConnection { get; set; }
Property Value
Type: System.Int32
The maximum number of messages per connection.