NewSendConnector.SmtpMaxMessagesPerConnection property
Namespace: Microsoft.Exchange.Management.SystemConfigurationTasks
Assembly: Microsoft.Exchange.Management (in Microsoft.Exchange.Management.dll)
Syntax
'Declaration
Public Property SmtpMaxMessagesPerConnection As Integer
Get
Set
'Usage
Dim instance As NewSendConnector
Dim value As Integer
value = instance.SmtpMaxMessagesPerConnection
instance.SmtpMaxMessagesPerConnection = value
public int SmtpMaxMessagesPerConnection { get; set; }
Property value
Type: System.Int32
See also
Reference
Microsoft.Exchange.Management.SystemConfigurationTasks namespace